Let puppet-lint checks pass when directory is named "puppet-fail2ban"
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -17,6 +17,7 @@ end
|
|||||||
PuppetLint.configuration.send("disable_80chars")
|
PuppetLint.configuration.send("disable_80chars")
|
||||||
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
|
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
|
||||||
PuppetLint.configuration.fail_on_warnings = true
|
PuppetLint.configuration.fail_on_warnings = true
|
||||||
|
PuppetLint.configuration.relative = true
|
||||||
|
|
||||||
# Forsake support for Puppet 2.6.2 for the benefit of cleaner code.
|
# Forsake support for Puppet 2.6.2 for the benefit of cleaner code.
|
||||||
# http://puppet-lint.com/checks/class_parameter_defaults/
|
# http://puppet-lint.com/checks/class_parameter_defaults/
|
||||||
|
|||||||
Reference in New Issue
Block a user