[rakefile] Ignore examples files (lint) (refs: #325)
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -8,7 +8,7 @@ PuppetLint.configuration.send('disable_class_parameter_defaults')
|
|||||||
# For stonith-enabled (it's a string not a bool)
|
# For stonith-enabled (it's a string not a bool)
|
||||||
PuppetLint.configuration.send('disable_quoted_booleans')
|
PuppetLint.configuration.send('disable_quoted_booleans')
|
||||||
# Ignore all upstream modules
|
# Ignore all upstream modules
|
||||||
PuppetLint.configuration.ignore_paths = ['spec/fixtures/modules/**/*.pp']
|
PuppetLint.configuration.ignore_paths = ['spec/fixtures/modules/**/*.pp','examples/*.pp']
|
||||||
|
|
||||||
task(:default).clear
|
task(:default).clear
|
||||||
task :default => [:spec_prep, :spec_standalone, :lint]
|
task :default => [:spec_prep, :spec_standalone, :lint]
|
||||||
|
Reference in New Issue
Block a user