Skip to content

Commit

Permalink
Merge pull request #329 from voxpupuli/string
Browse files Browse the repository at this point in the history
Add puppet-lint-param-docs linter / regenerate REFERENCE.md
  • Loading branch information
bastelfreak authored Oct 7, 2020
2 parents f2a4b83 + 47d1972 commit 946aded
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 99 deletions.
4 changes: 4 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ spec/acceptance/nodesets/ec2/rhel-73-x64.yml:
delete: true
spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml:
delete: true
Gemfile:
optional:
':test':
- gem: puppet-lint-param-docs
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ group :test do
gem 'voxpupuli-test', '~> 2.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet-lint-param-docs', :require => false
end

group :development do
Expand Down
Loading

0 comments on commit 946aded

Please sign in to comment.