]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Remove test for iD and Internet Explorer
[rails.git] / .rubocop.yml
index 555d76d36117bf86fbef9ebb1a26615dc99983ab..213eb27aae9a6d490cf78e0b8f9f9401ae2c060f 100644 (file)
@@ -1,13 +1,29 @@
 inherit_from: .rubocop_todo.yml
 
+AllCops:
+   RunRailsCops: true
+
 Style/BracesAroundHashParameters:
   EnforcedStyle: context_dependent
 
+Style/ExtraSpacing:
+  AllowForAlignment: true
+
 Style/FileName:
   Exclude:
     - '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