From 52b3523d4d1ae42ddf36c3d9ef6f007ed75d2952 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Fri, 12 Sep 2014 12:11:35 +0200 Subject: [PATCH] Let puppet-lint checks pass when directory is named "puppet-fail2ban" --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index e18c5cc..b3942b3 100644 --- a/Rakefile +++ b/Rakefile @@ -17,6 +17,7 @@ end PuppetLint.configuration.send("disable_80chars") PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}" PuppetLint.configuration.fail_on_warnings = true +PuppetLint.configuration.relative = true # Forsake support for Puppet 2.6.2 for the benefit of cleaner code. # http://puppet-lint.com/checks/class_parameter_defaults/