From 0eac23ff397bbf58a9a6ef465c5b27fa6fa7d8c2 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 27 Jun 2016 13:49:50 +0200 Subject: Puppet-lint 2.0 release --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 88f1361b..cbd3d07c 100644 --- a/Rakefile +++ b/Rakefile @@ -42,7 +42,7 @@ PuppetLint::RakeTask.new :lint do |config| # only check for custom manifests, not submodules for now config.pattern = modules_pattern('internal') config.ignore_paths = exclude_paths - config.disable_checks = ['documentation', '80chars'] + config.disable_checks = ['documentation', '140chars', 'arrow_alignment'] config.fail_on_warnings = false end -- cgit v1.2.3