0.7.0 (July 23, 2021)
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
- Disable
Bug Fixes
None