Skip to content

Commit 2907f3e

Browse files
Running rubocop in the 2.1 mode
as chef 12.5.1, which we still support, is shipped with ruby 2.1 Signed-off-by: Artem Sidorenko <[email protected]>
1 parent f81995c commit 2907f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AllCops:
44
Exclude:
55
- vendor/**/*
66
- test/**/*
7-
TargetRubyVersion: 2.3 # we need this because of chef 12 support
7+
TargetRubyVersion: 2.1 # we need this because of chef 12.5.1 support
88
Metrics/AbcSize:
99
Max: 29
1010
Metrics/CyclomaticComplexity:

0 commit comments

Comments
 (0)