summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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