add puppet-lint-param-docs

This commit is contained in:
Tim Meusel 2021-08-26 12:10:43 +02:00
parent 226505f4fd
commit b22e05176a
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
2 changed files with 6 additions and 0 deletions

5
.sync.yml Normal file
View file

@ -0,0 +1,5 @@
---
Gemfile:
optional:
':test':
- gem: puppet-lint-param-docs

View file

@ -8,6 +8,7 @@ group :test do
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 1.0', :require => false
gem 'puppet-lint-param-docs', :require => false
end
group :development do