Browse Source

Added global excludes.

Thorsten Eckel 10 years ago
parent
commit
240a991fd9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .rubocop.yml

+ 5 - 0
.rubocop.yml

@@ -1,5 +1,10 @@
 AllCops:
   RunRailsCops: true
+  Exclude:
+    - 'bin/rails'
+    - 'bin/rake'
+    - 'bin/spring'
+    - 'db/schema.rb'
 
 # Default enabled
 # https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml