Project

General

Profile

« Previous | Next » 

Revision 80b0e244

Added by Stephen Benjamin about 8 years ago

Add paths for puppet-lint docs check

This checks that each of the class parameters is documented. We need this check
on modules exposed in the installer directly.

View differences:

.sync.yml
---
Rakefile:
param_docs_pattern:
- manifests/init.pp
Rakefile
require 'puppet-lint-param-docs/tasks'
PuppetLintParamDocs.define_selective do |config|
config.pattern = []
config.pattern = ["manifests/init.pp"]
end
task :default => [:validate, :lint, :spec]

Also available in: Unified diff