Project

General

Profile

« Previous | Next » 

Revision 36a27125

Added by Ewoud Kohl van Wijngaarden about 10 years ago

Treat puppet-lint warnings as failures

View differences:

Rakefile
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "vendor/**/*.pp"]
PuppetLint.configuration.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send("disable_class_inherits_from_params_class")
PuppetLint.configuration.send("disable_80chars")

Also available in: Unified diff