Remove unneeded excludes from config/rubocop.yml to workaround internal bug

This commit is contained in:
Markus Schirp 2014-01-11 19:14:45 +01:00
parent 3647793394
commit d10e4a6ca8

View file

@ -12,9 +12,6 @@ AllCops:
- 'Gemfile'
- 'Gemfile.triage'
- 'mutant.gemspec'
Excludes:
- '**/vendor/**'
- '**/benchmarks/**'
# Avoid parameter lists longer than five parameters.
ParameterLists: