Skip to content

Commit

Permalink
(CONT-792) - Correct Lint/EmptyBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Apr 19, 2023
1 parent cf51a71 commit 2345de7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ Lint/ConstantDefinitionInBlock:
Exclude:
- 'spec/unit/puppet/provider/postgresql_replication_slot/ruby_spec.rb'

# Offense count: 1
# Configuration parameters: AllowComments, AllowEmptyLambdas.
Lint/EmptyBlock:
Exclude:
- 'spec/unit/provider/postgresql_conf/parsed_spec.rb'

# Offense count: 2
# Configuration parameters: MaximumRangeSize.
Lint/MissingCopEnableDirective:
Expand Down
3 changes: 0 additions & 3 deletions spec/unit/provider/postgresql_conf/parsed_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
provider
end

before(:each) do
end

after :each do
provider.initvars
end
Expand Down

0 comments on commit 2345de7

Please sign in to comment.