You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Full Changelog](v0.2.1...v0.3.0)
Breaking Change
---------------
- Lock Rubocop to a minor release version in gemspec (Aaron Kromer, #5)
Enhancements
------------
- Adjust common Rubocop configuration (Aaron Kromer, #5)
- Customize `Style/AndOr` to flag only conditionals allowing `and` / `or` for
control flow
- Add `find` to functional method blocks
- Disable `Style/DoubleNegation` as this is a common Ruby idiom
- Disable `Style/StringLiteralsInInterpolation` to stay consistent with our
no preferences for single versus double quotes
Bug Fixes
---------
- Remove `Include` from common Rubocop all cops configuration to fix issues
with Rubocop 0.56.0+ not seeing all expected files. (Aaron Kromer, #5)
0 commit comments