Skip to content

0.8.0 (August 26, 2021)

Compare
Choose a tag to compare
@cupakromer cupakromer released this 26 Aug 18:36
· 154 commits to main since this release

Full Changelog

Enhancements

  • Upgrade to Rubocop 0.82.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
    Hoffman, James Nebeker, JC Avena #26)
  • Upgrade to Rubocop Rails 2.5.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
    Hoffman, James Nebeker, JC Avena #26)
  • Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds,
    Chris Hoffman, James Nebeker, JC Avena #26)
    • Rename metrics/configuration parameters per version upgrade requirements
    • Use the stricter always_true check for Style/FrozenStringLiteralComment
    • Opt-in to new cops/checks behaving per their default settings
  • Adjust common Rubocop Rails configuration (Aaron Hill, Aaron Kromer, Ben
    Reynolds, Chris Hoffman, James Nebeker, JC Avena #26)
    • Disable Rails/IndexBy by default
    • Disable Rails/IndexWith by default

Bug Fixes

None