From 05c998854e3ab6bc636908a569582d180378c9b4 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 10 Feb 2014 18:27:50 -0700 Subject: [PATCH] suppress lint warnings --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 05dace7..c15ae23 100644 --- a/Rakefile +++ b/Rakefile @@ -3,8 +3,7 @@ require 'puppet-syntax/tasks/puppet-syntax' require 'puppet-lint/tasks/puppet-lint' PuppetSyntax.exclude_paths = ['spec/fixtures/**/*'] -#PuppetLint.configuration.send('disable_class_inherits_from_params_class') -#PuppetLint.configuration.send('disable_variable_scope') +PuppetLint.configuration.send('disable_80chars') PuppetLint.configuration.ignore_paths = [ 'pkg/**/*.pp', 'spec/**/*.pp',