Skip to content

Commit

Permalink
Silences for RuboCop for Mysql2::Client#initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Nov 25, 2017
1 parent d0c1b23 commit 948e6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Offense count: 2
Metrics/AbcSize:
Max: 85
Max: 93

# Offense count: 1
Metrics/BlockNesting:
Expand All @@ -34,7 +34,7 @@ Metrics/MethodLength:

# Offense count: 1
Metrics/PerceivedComplexity:
Max: 26
Max: 27

# Offense count: 40
# Cop supports --auto-correct.
Expand Down

0 comments on commit 948e6f3

Please sign in to comment.