]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Eliminate templating from most javascript
[rails.git] / .rubocop.yml
index cc32da4b99e2e64bd3b053d4859c4ce4e5b6cf20..a0533b162da42b0d3aebdd7077258226f5d0b1fe 100644 (file)
@@ -1 +1,19 @@
 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