- rubocop-minitest
- rubocop-performance
- rubocop-rails
+ - rubocop-rake
AllCops:
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- 'vendor/**/*'
Rails/InverseOf:
Enabled: false
+Rails/ReflectionClassName:
+ Enabled: false
+
Rails/SkipsModelValidations:
Exclude:
- 'db/migrate/*.rb'