X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f02729fa9a29089224502fecc7bf347fa73db0dd..69b967c9ff7c185f99ba881a8b8591c02c809628:/.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