]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Prioritize next upcoming event in banner rotation
[rails.git] / .rubocop.yml
index 62685c8ed9298696a03a7f920037b4b36ff6f02b..7b8ced04030eec60860e15bacb92595a6ea1017d 100644 (file)
@@ -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'