X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2d214f6d55cbfa26cf0541f4b4ad5eff529fec48..93da4252bdc0c233b78ec4b8c1cc13f9dcc2eaa2:/.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