Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Jun 30, 2023
1 parent 62acb85 commit d1540ba
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-03-01 16:18:35 UTC using RuboCop version 1.41.1.
# on 2023-06-30 17:40:25 UTC using RuboCop version 1.51.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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 26
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 63

# Offense count: 2
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods, inherit_mode.
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
# AllowedMethods: refine
Metrics/BlockLength:
Max: 32
Expand All @@ -23,12 +23,12 @@ Metrics/ClassLength:
Max: 175

# Offense count: 5
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
Max: 11

# Offense count: 48
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# Offense count: 49
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 38

Expand All @@ -38,18 +38,14 @@ Metrics/ParameterLists:
Max: 8

# Offense count: 5
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/PerceivedComplexity:
Max: 11

# Offense count: 11
# Offense count: 13
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 8

# Offense count: 2
RSpec/MultipleExpectations:
Max: 2
Max: 16

# Offense count: 1
Style/OptionalArguments:
Expand Down

0 comments on commit d1540ba

Please sign in to comment.