Added global excludes.
This commit is contained in:
parent
77a6b7419d
commit
240a991fd9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue