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:

.sync.yml
---
Rakefile:
param_docs_pattern:
- manifests/init.pp
- manifests/plugin/*.pp
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]
manifests/init.pp
# $puppet_use_cache:: Whether to enable caching of puppet classes
# type:boolean
#
# #puppet_cache_location:: Location to store cached puppet classes
# $puppet_cache_location:: Location to store cached puppet classes
#
class foreman_proxy (
$repo = $foreman_proxy::params::repo,

Also available in: Unified diff