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 Jan 4, 2020
1 parent 0565f7a commit 81c93c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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-25 13:05:59 +0200 using RuboCop version 0.75.1.
# on 2020-01-03 09:01:47 +0100 using RuboCop version 0.78.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 @@ -13,7 +13,7 @@ InternalAffairs/NodeDestructuring:
# Offense count: 50
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 197
Max: 183

# Offense count: 209
# Configuration parameters: CountComments, ExcludedMethods.
Expand All @@ -23,7 +23,7 @@ Metrics/MethodLength:
# Offense count: 6
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 141
Max: 138

# Offense count: 10
RSpec/AnyInstance:
Expand All @@ -33,13 +33,13 @@ RSpec/AnyInstance:
- 'spec/rubocop/cop/team_spec.rb'
- 'spec/rubocop/target_finder_spec.rb'

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

# Offense count: 3472
# Offense count: 3501
# Configuration parameters: Max.
RSpec/ExampleLength:
Enabled: false
Expand All @@ -58,7 +58,7 @@ RSpec/ExpectOutput:
- 'spec/rubocop/result_cache_spec.rb'
- 'spec/rubocop/target_finder_spec.rb'

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

0 comments on commit 81c93c6

Please sign in to comment.