Exclude "bin/" from RuboCop
This commit is contained in:
parent
1f56299818
commit
ccde02e8ca
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ AllCops:
|
|||
DisplayCopNames: true
|
||||
|
||||
Exclude:
|
||||
- 'bin/**/*'
|
||||
- 'db/schema.rb'
|
||||
- 'lib/tasks/cucumber.rake'
|
||||
- 'lib/templates/**/*'
|
||||
|
|
Reference in a new issue