Update Rakefile to have no warnings in puppet lint
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -14,6 +14,9 @@ PuppetLint.configuration.fail_on_warnings = true
|
||||
PuppetLint.configuration.send('disable_80chars')
|
||||
PuppetLint.configuration.send('disable_class_parameter_defaults')
|
||||
PuppetLint.configuration.send('disable_autoloader_layout')
|
||||
PuppetLint.configuration.send('disable_variable_scope')
|
||||
PuppetLint.configuration.send('disable_nested_classes_or_defines')
|
||||
PuppetLint.configuration.send('disable_selector_inside_resource')
|
||||
|
||||
task(:default).clear
|
||||
task :default => [:spec, :lint]
|
||||
|
||||
Reference in New Issue
Block a user