Merge remote-tracking branch 'upstream/pull/4913'

This commit is contained in:
Tom Hughes 2024-06-19 20:41:20 +01:00
commit 5aa4d49281

View 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