Fail rspec tests on warnings
Change-Id: I851f3cb9eb4eadded7187a067d2ab94d7c4479b8
This commit is contained in:
parent
474a3bbabe
commit
e72605f500
2
Rakefile
2
Rakefile
@ -1,6 +1,8 @@
|
||||
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')
|
||||
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user