summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authortphoney <tp@puppet.com>2016-06-29 10:42:31 +0100
committertphoney <tp@puppet.com>2016-06-29 10:42:31 +0100
commitd401d7f252effa259b976eb30a3effd6d3600a6d (patch)
tree99e1e2a01d62a765241e181d20b1c07de24c6806 /Rakefile
parent098e82e694704222200d42f2dd4b50ca6d9999fa (diff)
{maint} modulesync 0794b2c
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3b07e4d..8906d23 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
-PuppetLint.configuration.send('disable_char_check')
+PuppetLint.configuration.send('disable_140chars')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_documentation')
PuppetLint.configuration.send('disable_single_quote_string_with_variables')