Ensure linter fails on lint warnings
This commit is contained in:
parent
83ae566b08
commit
4d39089ac2
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -1,7 +1,7 @@
|
|||
require 'puppetlabs_spec_helper/rake_tasks'
|
||||
require 'puppet-lint/tasks/puppet-lint'
|
||||
|
||||
PuppetLint.configuration.fail_on_warnings
|
||||
PuppetLint.configuration.fail_on_warnings = true
|
||||
PuppetLint.configuration.send('relative')
|
||||
PuppetLint.configuration.send('disable_80chars')
|
||||
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
|
||||
|
|
Loading…
Reference in a new issue