X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a2a16dbd7ab980eb4bf677b59d3fbc2d311a72df..c9a36291601a60dee792ce8681bce65562e15cec:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 1e18afd83..c0f0c1fa0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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