]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Move contextmenu callbacks to separate file
[rails.git] / .rubocop.yml
index a0533b162da42b0d3aebdd7077258226f5d0b1fe..19403fed526ffc558d9646825fa322a9b4e56a9d 100644 (file)
@@ -1,5 +1,8 @@
 inherit_from: .rubocop_todo.yml
 
+AllCops:
+   RunRailsCops: true
+
 Style/BracesAroundHashParameters:
   EnforcedStyle: context_dependent
 
@@ -9,6 +12,10 @@ Style/FileName:
     - 'script/locale/reload-languages'
     - 'script/update-spam-blocks'
 
+Style/GlobalVars:
+  Exclude:
+    - 'lib/quad_tile/extconf.rb'
+    
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
   Exclude: