diff options
author | tphoney <tp@puppet.com> | 2016-06-29 10:42:31 +0100 |
---|---|---|
committer | tphoney <tp@puppet.com> | 2016-06-29 10:42:31 +0100 |
commit | d401d7f252effa259b976eb30a3effd6d3600a6d (patch) | |
tree | 99e1e2a01d62a765241e181d20b1c07de24c6806 /Rakefile | |
parent | 098e82e694704222200d42f2dd4b50ca6d9999fa (diff) |
{maint} modulesync 0794b2c
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |