]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Merge branch 'pull/5338'
[rails.git] / .rubocop.yml
index dc2a33a35b05d863e828a7afd5649ec8461534b4..8b6ed018032c66c116e4b08fe6ba697e9c608a9d 100644 (file)
@@ -9,7 +9,7 @@ require:
   - rubocop-rake
 
 AllCops:
-  TargetRubyVersion: 3.0
+  TargetRubyVersion: 3.1
   NewCops: enable
   Exclude:
     - 'vendor/**/*'
@@ -45,9 +45,16 @@ Naming/FileName:
 Naming/MethodParameterName:
   Enabled: false
 
+# This conflicts with Strong Migrations, which can't check `change_table`
+Rails/BulkChangeTable:
+  Enabled: false
+
 Rails/CreateTableWithTimestamps:
   Enabled: false
 
+Rails/FindBy:
+  IgnoreWhereFirst: false
+
 Rails/FindEach:
   Enabled: false