X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5d3ecffa28510c867665001a7615559a185869c6..e1cac818b128f71482a495b51ee30b7812a53dc2:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index e99b88edc..975457d95 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,11 +1,12 @@ inherit_from: .rubocop_todo.yml +AllCops: + Include: + - '**/*.builder' + Rails: Enabled: true -Performance/RedundantMerge: - Enabled: false - Style/BracesAroundHashParameters: EnforcedStyle: context_dependent @@ -37,6 +38,5 @@ Style/HashSyntax: Style/StringLiterals: EnforcedStyle: double_quotes -Style/WordArray: - Exclude: - - 'test/models/message_test.rb' +Rails/HttpPositionalArguments: + Enabled: false