Fail puppet-lint on warnings

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

Change-Id: I9cbd8f4e2792a9882a249ab3aeeb37360414bf08
This commit is contained in:
Mathieu Gagné 2013-08-28 19:59:48 -04:00
parent e4810aa8f0
commit a193393d46
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')