]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Remove class_parameter_defaults puppet-lint check
authorGael Chamoulaud <gchamoul@redhat.com>
Thu, 12 Nov 2015 11:28:02 +0000 (12:28 +0100)
committerGael Chamoulaud <gchamoul@redhat.com>
Thu, 12 Nov 2015 11:28:02 +0000 (12:28 +0100)
Change-Id: Ib1a514aa20d6aadbb6c7f0456487d285f3d03abc
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
Rakefile

index 3c3603e3c84b7bd41205904e974b1d949875b60c..ed79bead4e7a4411931b49154d5e3bf5b62ce051 100644 (file)
--- a/Rakefile
+++ b/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"