Rakefile: use Puppet Approved puppet-lint config
This commit is contained in:
parent
f0753b6551
commit
2c6c6b4f21
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -15,4 +15,7 @@ PuppetLint.configuration.fail_on_warnings
|
|||
PuppetLint.configuration.send('relative')
|
||||
PuppetLint.configuration.send('disable_80chars')
|
||||
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
|
||||
PuppetLint.configuration.send('disable_class_parameter_defaults')
|
||||
PuppetLint.configuration.send('disable_documentation')
|
||||
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
|
||||
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
|
||||
|
|
Loading…
Reference in a new issue