- Disable these cops:
Style/ZeroLengthPredicateStyle/NumericPredicate
- Require
rubocop >= 0.81.0 - Require
ruboco-rails >= 2.5.0 - Enabled these cops:
Lint/RaiseExceptionLint/StructNewOverrideStyle/HashEachMethodsStyle/HashTransformKeysStyle/HashTransformValues
Layout/IndentFirstHashElementis deprecated. UseLayout/FirstHashElementIndentationinstead.Metrics/LineLengthis nowLayout/LineLength.- Require rubocop
~> 0.79 - Require ruboco-rails (this was spun off from the main rubocop project)
Metrics/ClassLengthwill 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