From ffba060d876429dca5a2becc23c57f8ec3d56338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Wed, 28 Aug 2013 13:29:11 -0400 Subject: [PATCH] Fail puppet-lint on warnings Puppet-lint will now fail if there is any warnings. Change-Id: I5997851548d32e4d723e4e76375cb17282c0d67b --- 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')