Skip to content

Commit c1a32f9

Browse files
committed
Resolve linting errors
1 parent db2cf36 commit c1a32f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AllCops:
22
TargetRubyVersion: 3.2
33
NewCops: enable
4+
SuggestExtensions: false
45
Metrics/AbcSize:
56
Enabled: false
67
Metrics/BlockLength:
@@ -18,6 +19,6 @@ Metrics/MethodLength:
1819
Metrics/ParameterLists:
1920
Max: 7
2021
Metrics/PerceivedComplexity:
21-
Max: 15
22+
Max: 20
2223
Style/ConditionalAssignment:
2324
Enabled: false

0 commit comments

Comments
 (0)