From c96750897c113ed19104e46883c276b22789bdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Wed, 28 Aug 2013 14:16:59 -0400 Subject: [PATCH] Fail puppet-lint on warnings Puppet-lint will now fail if there is any warnings. Change-Id: I17bb6fa59af1c69d94f65616d41717c0297a8ad1 --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 3adf8337..4c2b2ed0 100644 --- a/Rakefile +++ b/Rakefile @@ -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')