Skip to content

Commit

Permalink
Do not ignore cop, add it to todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Fagan committed May 13, 2021
1 parent 22d7314 commit e87e92e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,3 @@ Layout/InitialIndentation:
Enabled: true
Layout/LeadingCommentSpace:
Enabled: true
Metrics/AbcSize:
Enabled: false
6 changes: 3 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-05-07 16:45:57 UTC using RuboCop version 1.13.0.
# on 2021-05-13 16:37:13 UTC using RuboCop version 1.14.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand All @@ -16,7 +16,7 @@ Lint/FloatComparison:
# Offense count: 41
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 179
Max: 181

# Offense count: 9
# Configuration parameters: CountComments, CountAsOne.
Expand All @@ -28,7 +28,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 30

# Offense count: 4
# Offense count: 49
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
Max: 46
Expand Down

0 comments on commit e87e92e

Please sign in to comment.