Fix rubocop configuration to ignore vendored code better
This commit is contained in:
parent
72b7488809
commit
85e645faaa
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
AllCops:
|
||||
Includes:
|
||||
- '../**/*.rake'
|
||||
- 'Gemfile'
|
||||
- 'Gemfile.devtools'
|
||||
Excludes:
|
||||
- '../vendor/**'
|
||||
- '**/vendor/**'
|
||||
- '**/benchmarks/**'
|
||||
|
||||
# Avoid parameter lists longer than five parameters.
|
||||
ParameterLists:
|
||||
|
|
Loading…
Add table
Reference in a new issue