Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Make puppet-lint warnings failures
Browse files Browse the repository at this point in the history
We have most of the annoying puppet-lint checks disabled so we'll turn warnings
into failures so that Travis-CI properly informs us of issues.
  • Loading branch information
sdodson committed Dec 11, 2014
1 parent 4a8aba5 commit 5931ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'puppet-syntax/tasks/puppet-syntax'

# puppet-lint parameters per puppet approved criteria
# https://forge.puppetlabs.com/approved/criteria#validation
PuppetLint.configuration.fail_on_warnings
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send("disable_80chars")
PuppetLint.configuration.send("relative")
# http://puppet-lint.com/checks/class_inherits_from_params_class/
Expand Down

0 comments on commit 5931ac3

Please sign in to comment.