We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a098797 commit ababcf5Copy full SHA for ababcf5
.rubocop_todo.yml
@@ -174,15 +174,6 @@ Style/ClassAndModuleChildren:
174
Exclude:
175
- 'lib/puppet/util/postgresql_validator.rb'
176
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
-
186
# Offense count: 2
187
# Configuration parameters: AllowedMethods.
188
# AllowedMethods: respond_to_missing?
0 commit comments