]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Allow closing the sidebar when a timeout occured
[rails.git] / .rubocop.yml
index dce00b925c73bc246936644f51b653a3f9fc8bdc..213eb27aae9a6d490cf78e0b8f9f9401ae2c060f 100644 (file)
@@ -1,8 +1,14 @@
 inherit_from: .rubocop_todo.yml
 
+AllCops:
+   RunRailsCops: true
+
 Style/BracesAroundHashParameters:
   EnforcedStyle: context_dependent
 
+Style/ExtraSpacing:
+  AllowForAlignment: true
+
 Style/FileName:
   Exclude:
     - 'script/deliver-message'