Skip to content

Commit e289780

Browse files
Switch rubocop to one of the modern ruby versions
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent f5525f7 commit e289780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AllCops:
44
Exclude:
55
- vendor/**/*
66
- test/**/*
7-
TargetRubyVersion: 2.1 # we need this because of chef 12.5.1 support
7+
TargetRubyVersion: 2.4
88
Metrics/AbcSize:
99
Max: 29
1010
Metrics/CyclomaticComplexity:
@@ -35,4 +35,4 @@ Metrics/BlockLength:
3535
Exclude:
3636
- 'spec/**/*'
3737
Style/FrozenStringLiteralComment:
38-
Enabled: false
38+
Enabled: false

0 commit comments

Comments
 (0)