Skip to content

Commit d45c17a

Browse files
committed
update rubocop config
1 parent 941802a commit d45c17a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.rubocop.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
inherit_from:
22
- .rubocop_todo.yml
33

4+
AllCops:
5+
NewCops: enable
6+
TargetRubyVersion: 3.2.2
7+
AllowSymlinksInCacheRootDirectory: true
8+
SuggestExtensions:
9+
rubocop-rake: false
10+
411
Metrics/AbcSize:
512
Max: 16
613
Exclude:
714
- 'test/**/*'
815

9-
Metrics/LineLength:
16+
Layout/LineLength:
1017
Max: 110
1118
Exclude:
1219
- 'test/**/*'
@@ -21,7 +28,3 @@ Style/HashSyntax:
2128

2229
Style/SymbolArray:
2330
EnforcedStyle: brackets
24-
25-
Naming/UncommunicativeMethodParamName:
26-
Exclude:
27-
- '**/*'

0 commit comments

Comments
 (0)