Skip to content

Commit

Permalink
(CONT-792) - Correct Style/NumericPredicate
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Apr 20, 2023
1 parent a098797 commit ababcf5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,6 @@ Style/ClassAndModuleChildren:
Exclude:
- 'lib/puppet/util/postgresql_validator.rb'

# Offense count: 3
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
Exclude:
- 'spec/**/*'
- 'lib/puppet/type/postgresql_psql.rb'

# Offense count: 2
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Expand Down

0 comments on commit ababcf5

Please sign in to comment.