From 30ffd147f160bbc988f514e3a8c59819fd6afb68 Mon Sep 17 00:00:00 2001 From: Will Hopper Date: Fri, 2 Dec 2016 11:32:16 -0800 Subject: [PATCH] (maint) Turn off unnecessary rubocop Bundler warnings --- .rubocop.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index e58d55c..91b2a9f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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