]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Bump actions/cache from 2.1.7 to 3
[rails.git] / .rubocop.yml
index 9b7a28d87e0ad61061f9411371c9f1c3df848902..5ffc61c41274ef068d3d9d0d41696a0db16ea339 100644 (file)
@@ -4,9 +4,10 @@ require:
   - rubocop-minitest
   - rubocop-performance
   - rubocop-rails
+  - rubocop-rake
 
 AllCops:
-  TargetRubyVersion: 2.5
+  TargetRubyVersion: 2.7
   NewCops: enable
   Exclude:
     - 'vendor/**/*'
@@ -54,7 +55,10 @@ Rails/HasManyOrHasOneDependent:
 Rails/HttpPositionalArguments:
   Enabled: false
 
-Rails/InverseOf:
+Rails/MigrationClassName:
+  Enabled: false
+
+Rails/ReflectionClassName:
   Enabled: false
 
 Rails/SkipsModelValidations: