Skip to content

Commit

Permalink
Regenerate RuboCop TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
buehmann authored and bbatsov committed Oct 25, 2019
1 parent b11eb59 commit e88d6b5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 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 2019-10-23 18:36:48 +0800 using RuboCop version 0.75.1.
# on 2019-10-25 13:05:59 +0200 using RuboCop version 0.75.1.
# 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 @@ -10,16 +10,12 @@
InternalAffairs/NodeDestructuring:
Enabled: false

# Offense count: 37
Metrics/AbcSize:
Max: 16

# Offense count: 49
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 182

# Offense count: 217
# Offense count: 209
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 14
Expand Down Expand Up @@ -62,7 +58,7 @@ RSpec/ExpectOutput:
- 'spec/rubocop/result_cache_spec.rb'
- 'spec/rubocop/target_finder_spec.rb'

# Offense count: 480
# Offense count: 481
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
Max: 25
Expand Down

0 comments on commit e88d6b5

Please sign in to comment.