Просмотр исходного кода

rake: fix syntax of fail_on_warnings lint setting

Matthew Haughton 9 лет назад
Родитель
Сommit
472af945d6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Rakefile

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