From e592a964f780078fb098d5eca19c63f97272c766 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 24 Nov 2012 18:20:28 -0500 Subject: [PATCH] Enable --fail-on-warnings for puppet-lint In preperation for making gate-ci-puppet-lint voting, we need to toggle warnings into errors. Change-Id: Ifcd431931eea9bf4672261db77a1a1ba25fa3435 Signed-off-by: Paul Belanger Reviewed-on: https://review.openstack.org/16831 Reviewed-by: Monty Taylor Reviewed-by: James E. Blair Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 889985c1c4..f4a0938542 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,5 @@ require 'rubygems' require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' +PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.send('disable_80chars')