rake: fix syntax of fail_on_warnings lint setting

This commit is contained in:
Matthew Haughton 2015-05-07 16:30:29 -04:00 committed by Matthew Haughton
parent 677ea5736c
commit 472af945d6

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