Project

General

Profile

« Previous | Next » 

Revision 85e34736

Added by Dominic Cleal almost 9 years ago

Enable param docs lint check on main, compute, cli and plugin classes

View differences:

.sync.yml
extra:
- gem: json
- gem: webmock
Rakefile:
param_docs_pattern:
- manifests/cli.pp
- manifests/init.pp
- manifests/compute/*.pp
- manifests/plugin/*.pp
spec/spec_helper.rb:
requires:
- webmock/rspec
Rakefile
require 'puppet-lint-param-docs/tasks'
PuppetLintParamDocs.define_selective do |config|
config.pattern = []
config.pattern = ['manifests/cli.pp', 'manifests/init.pp', 'manifests/compute/*.pp', 'manifests/plugin/*.pp']
end
task :default => [:validate, :lint, :spec]

Also available in: Unified diff