Project

General

Profile

« Previous | Next » 

Revision cf3977d4

Added by Dominic Cleal almost 9 years ago

modulesync: add param docs lint check, add verify_* helpers

View differences:

Rakefile
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp", "vendor/**/*.pp"]
PuppetLint.configuration.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}'
require 'puppet-lint-param-docs/tasks'
PuppetLintParamDocs.define_selective do |config|
config.pattern = []
end
task :default => [:validate, :lint, :spec]

Also available in: Unified diff