]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Disable broken cop
[rails.git] / .rubocop.yml
index 1931eb55ff73af4121df66e05b96f90b383f0c4f..5ffc61c41274ef068d3d9d0d41696a0db16ea339 100644 (file)
@@ -7,7 +7,7 @@ require:
   - rubocop-rake
 
 AllCops:
-  TargetRubyVersion: 2.5
+  TargetRubyVersion: 2.7
   NewCops: enable
   Exclude:
     - 'vendor/**/*'
@@ -55,7 +55,10 @@ Rails/HasManyOrHasOneDependent:
 Rails/HttpPositionalArguments:
   Enabled: false
 
-Rails/InverseOf:
+Rails/MigrationClassName:
+  Enabled: false
+
+Rails/ReflectionClassName:
   Enabled: false
 
 Rails/SkipsModelValidations: