Skip to content

Commit 97c55f7

Browse files
committed
(CONT-792) - Correct Lint/RedundantCopEnableDirective
1 parent ababcf5 commit 97c55f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .rubocop_todo.yml

-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ Lint/ConstantDefinitionInBlock:
2121
Exclude:
2222
- 'spec/unit/puppet/provider/postgresql_replication_slot/ruby_spec.rb'
2323

24-
# Offense count: 1
25-
# This cop supports safe autocorrection (--autocorrect).
26-
Lint/RedundantCopEnableDirective:
27-
Exclude:
28-
- 'spec/unit/puppet/type/postgresql_psql_spec.rb'
29-
3024
# Offense count: 6
3125
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
3226
Metrics/AbcSize:

0 commit comments

Comments
 (0)