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