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
|
DisplayCopNames: true
|
||||||
|
|
||||||
Exclude:
|
Exclude:
|
||||||
|
- 'bin/**/*'
|
||||||
- 'db/schema.rb'
|
- 'db/schema.rb'
|
||||||
- 'lib/tasks/cucumber.rake'
|
- 'lib/tasks/cucumber.rake'
|
||||||
- 'lib/templates/**/*'
|
- 'lib/templates/**/*'
|
||||||
|
|
Reference in a new issue