]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Add rails cops to rubocop todo
[rails.git] / .rubocop.yml
index c05a1ca79c9a80d886c728c0b5719bb3a2322d6f..19403fed526ffc558d9646825fa322a9b4e56a9d 100644 (file)
@@ -1,5 +1,8 @@
 inherit_from: .rubocop_todo.yml
 
+AllCops:
+   RunRailsCops: true
+
 Style/BracesAroundHashParameters:
   EnforcedStyle: context_dependent
 
@@ -8,3 +11,16 @@ Style/FileName:
     - 'script/deliver-message'
     - 'script/locale/reload-languages'
     - 'script/update-spam-blocks'
+
+Style/GlobalVars:
+  Exclude:
+    - 'lib/quad_tile/extconf.rb'
+    
+Style/HashSyntax:
+  EnforcedStyle: hash_rockets
+  Exclude:
+    - 'lib/tasks/testing.rake'
+    - 'config/initializers/wrap_parameters.rb'
+
+Style/StringLiterals:
+  EnforcedStyle: double_quotes