- Disable these cops:
Style/ZeroLengthPredicate
Style/NumericPredicate
- Require
rubocop >= 0.81.0
- Require
ruboco-rails >= 2.5.0
- Enabled these cops:
Lint/RaiseException
Lint/StructNewOverride
Style/HashEachMethods
Style/HashTransformKeys
Style/HashTransformValues
Layout/IndentFirstHashElement
is deprecated. UseLayout/FirstHashElementIndentation
instead.Metrics/LineLength
is nowLayout/LineLength
.- Require rubocop
~> 0.79
- Require ruboco-rails (this was spun off from the main rubocop project)
Metrics/ClassLength
will not be applied to MiniTest files anymore. (rubocop.test.yml
) #2
First release :party:
- Imported Rubocop configs from one of our major projects.
- Locked Rubocop version at
0.70.0