Skip to content

0.7.0 (July 23, 2021)

Compare
Choose a tag to compare
@cupakromer cupakromer released this 23 Jul 18:22
· 1 commit to master since this release

Full Changelog

Enhancements

  • Upgrade to Rubocop 0.73.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
    Hoffman, James Nebeker #24)
  • Upgrade to Rubocop Rails 2.2.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
    Hoffman, James Nebeker #24)
  • Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds,
    Chris Hoffman, James Nebeker #24)
    • Target Ruby 2.7 by default
    • Enable Lint/HeredocMethodCallPosition by default
    • Use StandardError for the suggested parent classes of errors
    • Bump metric check maximums to provide a little more wiggle room
    • Disable Naming/RescuedExceptionsVariableName by default
  • Adjust common Rubocop Rails configuration (Aaron Hill, Aaron Kromer, Ben
    Reynolds, Chris Hoffman, James Nebeker #24)
    • Disable Rails/IgnoredSkipActionFilterOption by default

Bug Fixes

None