From 7b9ffdc0e60013d9a0a11ce6d77fa3cf9972ce3d Mon Sep 17 00:00:00 2001 From: Anders Larsson Date: Tue, 22 Mar 2016 07:23:57 +0100 Subject: [PATCH] Disable puppet-lint 140chars check --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index a0e8569..3c8d72e 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,7 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' PuppetLint.configuration.send('disable_80chars') +PuppetLint.configuration.send('disable_140chars') PuppetLint.configuration.relative = true PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]