Skip to content

Commit

Permalink
Regenerate RuboCop TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Drenmi authored and bbatsov committed Apr 23, 2019
1 parent db552a2 commit e002ac2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .rubocop_todo.yml
@@ -1,25 +1,25 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-04-22 18:35:36 +0800 using RuboCop version 0.67.2.
# on 2019-04-23 14:56:50 +0800 using RuboCop version 0.67.2.
# 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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 108
# Offense count: 85
InternalAffairs/NodeDestructuring:
Enabled: false

# Offense count: 62
Metrics/AbcSize:
Max: 17

# Offense count: 52
# Offense count: 51
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 181

# Offense count: 221
# Offense count: 224
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 14
Expand All @@ -36,13 +36,13 @@ RSpec/AnyInstance:
- 'spec/rubocop/cop/lint/duplicate_methods_spec.rb'
- 'spec/rubocop/target_finder_spec.rb'

# Offense count: 1107
# Offense count: 1115
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
RSpec/ContextWording:
Enabled: false

# Offense count: 3463
# Offense count: 3497
# Configuration parameters: Max.
RSpec/ExampleLength:
Enabled: false
Expand All @@ -62,7 +62,7 @@ RSpec/ExpectOutput:
- 'spec/rubocop/target_finder_spec.rb'
- 'spec/support/cli_spec_behavior.rb'

# Offense count: 492
# Offense count: 493
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
Max: 25
Expand Down

0 comments on commit e002ac2

Please sign in to comment.