Skip to content

Commit

Permalink
Merge pull request #2334 from projectblacklight/update-rubocop-todo
Browse files Browse the repository at this point in the history
Update rubocop todo
  • Loading branch information
mejackreed committed Sep 24, 2020
2 parents c5d587d + ab2c9f2 commit 59f4d81
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 2020-08-28 23:25:40 UTC using RuboCop version 0.89.1.
# on 2020-09-24 02:12:21 UTC using RuboCop version 0.91.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 Down Expand Up @@ -189,10 +189,10 @@ Lint/ShadowingOuterLocalVariable:
Exclude:
- 'spec/models/blacklight/configuration_spec.rb'

# Offense count: 56
# Offense count: 57
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
Max: 58
Max: 59

# Offense count: 2
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
Expand Down Expand Up @@ -451,7 +451,7 @@ Rails/Date:
Exclude:
- 'spec/models/search_spec.rb'

# Offense count: 37
# Offense count: 31
# Configuration parameters: Include.
# Include: app/helpers/**/*.rb
Rails/HelperInstanceVariable:
Expand Down Expand Up @@ -503,7 +503,7 @@ Style/BlockDelimiters:

# Offense count: 51
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Enabled: false
Expand Down Expand Up @@ -586,7 +586,7 @@ Style/MutableConstant:

# Offense count: 9
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.
# Configuration parameters: EnforcedStyle, IgnoredMethods.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Exclude:
Expand Down

0 comments on commit 59f4d81

Please sign in to comment.