Skip to content

Commit ababcf5

Browse files
committed
(CONT-792) - Correct Style/NumericPredicate
1 parent a098797 commit ababcf5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: .rubocop_todo.yml

-9
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,6 @@ Style/ClassAndModuleChildren:
174174
Exclude:
175175
- 'lib/puppet/util/postgresql_validator.rb'
176176

177-
# Offense count: 3
178-
# This cop supports unsafe autocorrection (--autocorrect-all).
179-
# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
180-
# SupportedStyles: predicate, comparison
181-
Style/NumericPredicate:
182-
Exclude:
183-
- 'spec/**/*'
184-
- 'lib/puppet/type/postgresql_psql.rb'
185-
186177
# Offense count: 2
187178
# Configuration parameters: AllowedMethods.
188179
# AllowedMethods: respond_to_missing?

0 commit comments

Comments
 (0)