diff --git a/.rubocop.yml b/.rubocop.yml index 16825ae..ef86a02 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ AllCops: Exclude: - vendor/**/* - test/**/* - TargetRubyVersion: 2.3 # we need this because of chef 12 support + TargetRubyVersion: 2.1 # we need this because of chef 12.5.1 support Metrics/AbcSize: Max: 29 Metrics/CyclomaticComplexity: