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 2345de7 commit c3632a9Copy full SHA for c3632a9
.rubocop_todo.yml
@@ -13,12 +13,6 @@ Lint/ConstantDefinitionInBlock:
13
Exclude:
14
- 'spec/unit/puppet/provider/postgresql_replication_slot/ruby_spec.rb'
15
16
-# Offense count: 2
17
-# Configuration parameters: MaximumRangeSize.
18
-Lint/MissingCopEnableDirective:
19
- Exclude:
20
- - 'spec/unit/puppet/type/postgresql_psql_spec.rb'
21
-
22
# Offense count: 1
23
# This cop supports safe autocorrection (--autocorrect).
24
Lint/RedundantCopEnableDirective:
spec/unit/puppet/type/postgresql_psql_spec.rb
@@ -265,3 +265,5 @@
265
end
266
267
268
+# rubocop:enable RSpec/NamedSubject
269
+# rubocop:enable RSpec/SubjectStub
0 commit comments