Remove class_parameter_defaults puppet-lint check
Change-Id: I1bd372ca45432e5f4095f06dc0e1da2c8b15ee36
This commit is contained in:
parent
5e13cef2a0
commit
8d1ea3d077
2
Rakefile
2
Rakefile
@ -15,7 +15,7 @@ PuppetLint::RakeTask.new :lint do |config|
|
||||
config.ignore_paths = ["spec/**/*.pp", "vendor/**/*.pp"]
|
||||
config.fail_on_warnings = true
|
||||
config.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}'
|
||||
config.disable_checks = ["80chars", "class_inherits_from_params_class", "class_parameter_defaults", "only_variable_string"]
|
||||
config.disable_checks = ["80chars", "class_inherits_from_params_class", "only_variable_string"]
|
||||
end
|
||||
|
||||
desc "Run acceptance tests"
|
||||
|
Loading…
Reference in New Issue
Block a user