X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d63dba03ce37140984accc8a93688b184bdec4c4..28864d8fec554746b191236f8c627753e8f9a344:/.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