Skip to content

Commit

Permalink
Remove class_parameter_defaults puppet-lint check
Browse files Browse the repository at this point in the history
Change-Id: I64d2559e86f5d116b648a9251baf2c24746781d9
Signed-off-by: Gael Chamoulaud <[email protected]>
  • Loading branch information
strider committed Nov 12, 2015
1 parent cd0920f commit bf7dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf7dadd

Please sign in to comment.