Project

General

Profile

« Previous | Next » 

Revision 3e3ec92e

Added by Eric Helms over 10 years ago

Provides clean up and ordering change of parameters to reduce dependency
on un-created directories.

View differences:

Rakefile
require 'puppet-lint/tasks/puppet-lint'
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