Fail puppet-lint on warnings

Puppet-lint will now fail if there is any warnings.

Change-Id: I17bb6fa59af1c69d94f65616d41717c0297a8ad1
This commit is contained in:
Mathieu Gagné 2013-08-28 14:16:59 -04:00
parent 7672c8b8fa
commit c96750897c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_class_parameter_defaults')