Project

General

Profile

« Previous | Next » 

Revision c8bc8ea6

Added by Ewoud Kohl van Wijngaarden almost 10 years ago

Make module puppet-lint clean

This fixes #20.

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