Merge pull request #626 from 3flex/fail-on-lint-warnings

Fail on lint warnings
This commit is contained in:
Matthew Haughton 2015-05-07 22:45:55 -04:00
commit f14da80814
2 changed files with 10 additions and 10 deletions

View file

@ -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')