Skip to content

Commit 32e8883

Browse files
committed
Bump up the allowed complexity for Client#initialize
1 parent a2e8458 commit 32e8883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Metrics/ClassLength:
2020

2121
# Offense count: 2
2222
Metrics/CyclomaticComplexity:
23-
Max: 25
23+
Max: 26
2424

2525
# Offense count: 290
2626
# Configuration parameters: AllowURI, URISchemes.
@@ -34,7 +34,7 @@ Metrics/MethodLength:
3434

3535
# Offense count: 1
3636
Metrics/PerceivedComplexity:
37-
Max: 22
37+
Max: 26
3838

3939
# Offense count: 40
4040
# Cop supports --auto-correct.

0 commit comments

Comments
 (0)