From 0cf4866aaef7479f4952edb0b75d0b0d0e736b40 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 18 Mar 2015 14:39:04 -0700 Subject: [PATCH] Ensure lint fail on warnings --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.45.2