X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dae3dcf87edcfc0648cd0b93b069b0eee67d3ab7..3f59e829264f2f1b4897c6d2c1bd93abe8f52c24:/.rubocop.yml?ds=sidebyside diff --git a/.rubocop.yml b/.rubocop.yml index f12f24a9f..975457d95 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,9 @@ inherit_from: .rubocop_todo.yml +AllCops: + Include: + - '**/*.builder' + Rails: Enabled: true @@ -33,3 +37,6 @@ Style/HashSyntax: Style/StringLiterals: EnforcedStyle: double_quotes + +Rails/HttpPositionalArguments: + Enabled: false