Sha256: 80915c2f24e58e5a8bed69e9519ff2a4e69d14dd9611685633e3c88914bd5f6e
Contents?: true
Size: 724 Bytes
Versions: 2
Compression:
Stored size: 724 Bytes
Contents
# puppet-lint parameter documentation check Adds a new puppet-lint check to verify all class parameters have been documented. Particularly useful with [kafo](https://github.com/theforeman/kafo), as its default behaviour is to throw an error when a parameter is undocumented. ## Installation To use this plugin, add the following like to the Gemfile in your Puppet code base and run `bundle install`. ```ruby gem 'puppet-lint-param-docs' ``` ## Usage This plugin provides a new check to `puppet-lint`. ### parameter_documentation **--fix support: No** This check will raise a warning for any class parameters that don't have an RDoc description. ``` WARNING: missing documentation for class parameter foo::bar ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppet-lint-param-docs-1.0.1 | README.md |
puppet-lint-param-docs-1.0.0 | README.md |