Skip to content

Commit

Permalink
Running rubocop in the 2.1 mode
Browse files Browse the repository at this point in the history
as chef 12.5.1, which we still support, is shipped with ruby 2.1

Signed-off-by: Artem Sidorenko <artem@posteo.de>
artem-sidorenko committed Jun 9, 2017
1 parent f81995c commit 2907f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 2907f3e

Please sign in to comment.