Remove class_parameter_defaults puppet-lint check
Change-Id: Ice49e30ec64aa3a02fb49822208db82b69b7d27d Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -15,7 +15,7 @@ PuppetLint::RakeTask.new :lint do |config|
|
|||||||
config.ignore_paths = ["spec/**/*.pp", "vendor/**/*.pp"]
|
config.ignore_paths = ["spec/**/*.pp", "vendor/**/*.pp"]
|
||||||
config.fail_on_warnings = true
|
config.fail_on_warnings = true
|
||||||
config.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}'
|
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
|
end
|
||||||
|
|
||||||
desc "Run acceptance tests"
|
desc "Run acceptance tests"
|
||||||
|
Reference in New Issue
Block a user