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