Project

General

Profile

« Previous | Next » 

Revision e3988b41

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 classes exposed in the installer directly.

View differences:

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

Also available in: Unified diff