Fix rubocop configuration to ignore vendored code better

This commit is contained in:
Dan Kubb 2013-07-22 00:37:53 -07:00
parent 72b7488809
commit 85e645faaa

View file

@ -1,8 +1,11 @@
AllCops:
Includes:
- '../**/*.rake'
- 'Gemfile'
- 'Gemfile.devtools'
Excludes:
- '../vendor/**'
- '**/vendor/**'
- '**/benchmarks/**'
# Avoid parameter lists longer than five parameters.
ParameterLists: