]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4913'
authorTom Hughes <tom@compton.nu>
Wed, 19 Jun 2024 19:41:20 +0000 (20:41 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 19 Jun 2024 19:41:20 +0000 (20:41 +0100)
.rubocop.yml

index 1e18afd83581ba0fc47d728032b3ade65f091b1a..c0f0c1fa08053ec082a77ae9cd8e6e3d0facb874 100644 (file)
@@ -45,6 +45,10 @@ 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