diff options
author | Gael Chamoulaud <gchamoul@redhat.com> | 2015-11-12 12:51:11 +0100 |
---|---|---|
committer | Gael Chamoulaud <gchamoul@redhat.com> | 2015-11-12 12:51:11 +0100 |
commit | ae595ce7731f2b286d4ffd280ed735b61d86b63c (patch) | |
tree | d0dfb2580ce0ebb48eae75737bab65acd8be1003 | |
parent | 37b58bef9e51d6a39cbd9f71e2df9f70148ccbb5 (diff) |
Remove class_parameter_defaults puppet-lint check
Change-Id: I9c6fafa4b7b57cc0941040e899bcdd2e89fc9d58
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |