(maint) Turn off unnecessary rubocop Bundler warnings

This commit is contained in:
Will Hopper 2016-12-02 11:32:16 -08:00
parent 9d18af4114
commit 30ffd147f1
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@ AllCops:
- '**/*.erb'
- 'lib/puppet-strings/yard/templates/**/*'
# DISABLED - not useful
Bundler/OrderedGems:
Enabled: false
# DISABLED - Doesn't understand conditionals that result in different versions of a gem.
Bundler/DuplicatedGem:
Enabled: false
Lint/ConditionPosition:
Enabled: true