From 163556f769eb39e33b2592a504c9da2634b52b32 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Wed, 22 Jun 2016 20:44:40 -0400 Subject: [PATCH] lint: remove disable_80chars config It was removed in puppet-lint 2.0.0. Leaving it in will fail the build. --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index fb137be..c2f0e10 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,6 @@ task :default => [:clean, :spec] PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.send('relative') -PuppetLint.configuration.send('disable_80chars') PuppetLint.configuration.send('disable_class_inherits_from_params_class') PuppetLint.configuration.send('disable_class_parameter_defaults') PuppetLint.configuration.send('disable_documentation')