]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Load extra fixtures need for user controller tests
[rails.git] / .rubocop.yml
index 8187b269625a5594fcd7b69d389428ae5d420ad8..a0533b162da42b0d3aebdd7077258226f5d0b1fe 100644 (file)
@@ -2,3 +2,18 @@ inherit_from: .rubocop_todo.yml
 
 Style/BracesAroundHashParameters:
   EnforcedStyle: context_dependent
+
+Style/FileName:
+  Exclude:
+    - 'script/deliver-message'
+    - 'script/locale/reload-languages'
+    - 'script/update-spam-blocks'
+
+Style/HashSyntax:
+  EnforcedStyle: hash_rockets
+  Exclude:
+    - 'lib/tasks/testing.rake'
+    - 'config/initializers/wrap_parameters.rb'
+
+Style/StringLiterals:
+  EnforcedStyle: double_quotes