From: Colleen Murphy Date: Wed, 18 Mar 2015 21:39:04 +0000 (-0700) Subject: Ensure lint fail on warnings X-Git-Tag: 1.5.0~5^2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0cf4866aaef7479f4952edb0b75d0b0d0e736b40;p=puppet-modules%2Fpuppetlabs-firewall.git Ensure lint fail on warnings --- diff --git a/Rakefile b/Rakefile index e3be95b..181157e 100644 --- a/Rakefile +++ b/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')