summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-27 13:49:50 +0200
committervarac <varacanero@zeromail.org>2016-06-27 13:49:50 +0200
commit0eac23ff397bbf58a9a6ef465c5b27fa6fa7d8c2 (patch)
treee80e936f569067c89f4750a1738ea004b7b5cad1
parent8b69bebad7fe00886705f0402d542c1f11fba7b0 (diff)
Puppet-lint 2.0 release
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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