Skip to content

Commit c3632a9

Browse files
author
jordanbreen28
committed
(CONT-792) - Correct Lint/MissingCopEnableDirective
1 parent 2345de7 commit c3632a9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ Lint/ConstantDefinitionInBlock:
1313
Exclude:
1414
- 'spec/unit/puppet/provider/postgresql_replication_slot/ruby_spec.rb'
1515

16-
# Offense count: 2
17-
# Configuration parameters: MaximumRangeSize.
18-
Lint/MissingCopEnableDirective:
19-
Exclude:
20-
- 'spec/unit/puppet/type/postgresql_psql_spec.rb'
21-
2216
# Offense count: 1
2317
# This cop supports safe autocorrection (--autocorrect).
2418
Lint/RedundantCopEnableDirective:

spec/unit/puppet/type/postgresql_psql_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,5 @@
265265
end
266266
end
267267
end
268+
# rubocop:enable RSpec/NamedSubject
269+
# rubocop:enable RSpec/SubjectStub

0 commit comments

Comments
 (0)