Project

General

Profile

« Previous | Next » 

Revision db944bf5

Added by Dominic Cleal almost 9 years ago

Enable param docs lint check on main class

View differences:

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