X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/84c898173778ece298b6bcd6d9839c207a831a86..5e0cf6b0ce0f2aa2e4712d0e14ee95282aab3ff1:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index ddfb63cae..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 @@ -68,9 +72,6 @@ Rails/SkipsModelValidations: - 'db/migrate/*.rb' - 'app/controllers/users_controller.rb' -Style/ArgumentsForwarding: - Enabled: false - Style/Documentation: Enabled: false