X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8fe18995964717ff6f88858291c6f464cc40397f..b8a59201bc584a6f8e23e0a1b7f93fc32379f825:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 62685c8ed..7b8ced040 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,9 @@ inherit_from: .rubocop_todo.yml +AllCops: + Include: + - '**/*.builder' + Rails: Enabled: true @@ -33,7 +37,3 @@ Style/HashSyntax: Style/StringLiterals: EnforcedStyle: double_quotes - -Style/WordArray: - Exclude: - - 'test/models/message_test.rb'