Project

General

Profile

« Previous | Next » 

Revision 6111a1b2

Added by Dominic Cleal almost 9 years ago

Enable param docs lint check on main and plugin classes

View differences:

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

Also available in: Unified diff