From: Gael Chamoulaud Date: Thu, 12 Nov 2015 11:51:11 +0000 (+0100) Subject: Remove class_parameter_defaults puppet-lint check X-Git-Tag: opnfv-6.0.0~832 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ae595ce7731f2b286d4ffd280ed735b61d86b63c;p=apex-puppet-tripleo.git Remove class_parameter_defaults puppet-lint check Change-Id: I9c6fafa4b7b57cc0941040e899bcdd2e89fc9d58 Signed-off-by: Gael Chamoulaud --- diff --git a/Rakefile b/Rakefile index bc08f43..7dcaeb9 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,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"