X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9d106676b8b122b5458360c28e9ab14363d11aea..e17b89e89fa932673f7dc2cf5a2fd3437ec0eda6:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 7b8ced040..975457d95 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,3 +37,6 @@ Style/HashSyntax: Style/StringLiterals: EnforcedStyle: double_quotes + +Rails/HttpPositionalArguments: + Enabled: false