Skip to content

Commit

Permalink
Ensure lint fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Colleen Murphy committed Mar 19, 2015
1 parent 7be1592 commit 0cf4866
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 0cf4866

Please sign in to comment.