Skip to content

Commit 2345de7

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

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
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: 1
17-
# Configuration parameters: AllowComments, AllowEmptyLambdas.
18-
Lint/EmptyBlock:
19-
Exclude:
20-
- 'spec/unit/provider/postgresql_conf/parsed_spec.rb'
21-
2216
# Offense count: 2
2317
# Configuration parameters: MaximumRangeSize.
2418
Lint/MissingCopEnableDirective:

spec/unit/provider/postgresql_conf/parsed_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
provider
1616
end
1717

18-
before(:each) do
19-
end
20-
2118
after :each do
2219
provider.initvars
2320
end

0 commit comments

Comments
 (0)