Merge pull request #626 from 3flex/fail-on-lint-warnings
Fail on lint warnings
This commit is contained in:
commit
f14da80814
2 changed files with 10 additions and 10 deletions
2
Rakefile
2
Rakefile
|
@ -10,7 +10,7 @@ require 'puppet_blacksmith/rake_tasks'
|
|||
|
||||
task :default => [:clean, :spec]
|
||||
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue