Skip to content

Commit

Permalink
Merge pull request #57 from voxpupuli/dependabot/bundler/voxpupuli-ru…
Browse files Browse the repository at this point in the history
…bocop-tw-2.0

Update voxpupuli-rubocop requirement from ~> 1.1 to ~> 2.0
  • Loading branch information
bastelfreak authored Jul 14, 2023
2 parents 7736b7b + 8794ec0 commit 79942ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ group :development do
gem 'rspec', '~> 3.12'
gem 'rspec-collection_matchers', '~> 1.2'
gem 'rspec-its', '~> 1.3'
gem 'voxpupuli-rubocop', '~> 1.1'
gem 'voxpupuli-rubocop', '~> 2.0'
end
2 changes: 1 addition & 1 deletion lib/puppet-lint/plugins/check_parameter_documentation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def check
private

def type_str(idx)
idx[:type] == :CLASS ? 'class' : 'defined type'
(idx[:type] == :CLASS) ? 'class' : 'defined type'
end

def extract_params(idx)
Expand Down

0 comments on commit 79942ac

Please sign in to comment.