Skip to content

Commit 948e6f3

Browse files
committed
Silences for RuboCop for Mysql2::Client#initialize
1 parent d0c1b23 commit 948e6f3

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
@@ -8,7 +8,7 @@
88

99
# Offense count: 2
1010
Metrics/AbcSize:
11-
Max: 85
11+
Max: 93
1212

1313
# Offense count: 1
1414
Metrics/BlockNesting:
@@ -34,7 +34,7 @@ Metrics/MethodLength:
3434

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

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

0 commit comments

Comments
 (0)