Skip to content

Commit

Permalink
Merge pull request #1017 from cmurphy/lint
Browse files Browse the repository at this point in the history
Ensure that linter fails on warnings
  • Loading branch information
Morgan Haskel committed Feb 13, 2015
2 parents d4aa110 + c0d3866 commit 01804ed
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
@@ -1,7 +1,7 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'

PuppetLint.configuration.fail_on_warnings
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
Expand Down

0 comments on commit 01804ed

Please sign in to comment.