rake: fix syntax of fail_on_warnings lint setting
This commit is contained in:
parent
677ea5736c
commit
472af945d6
1 changed files with 1 additions and 1 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