]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Truncate long richtext descriptions
[rails.git] / .rubocop.yml
index dc2a33a35b05d863e828a7afd5649ec8461534b4..c0f0c1fa08053ec082a77ae9cd8e6e3d0facb874 100644 (file)
@@ -45,9 +45,16 @@ Naming/FileName:
 Naming/MethodParameterName:
   Enabled: false
 
 Naming/MethodParameterName:
   Enabled: false
 
+# This conflicts with Strong Migrations, which can't check `change_table`
+Rails/BulkChangeTable:
+  Enabled: false
+
 Rails/CreateTableWithTimestamps:
   Enabled: false
 
 Rails/CreateTableWithTimestamps:
   Enabled: false
 
+Rails/FindBy:
+  IgnoreWhereFirst: false
+
 Rails/FindEach:
   Enabled: false
 
 Rails/FindEach:
   Enabled: false