diff options
author | David Schmitt <david.schmitt@puppet.com> | 2016-06-29 11:42:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 11:42:35 +0100 |
commit | 7053868eaf59b1318d68e3abea58b1fccb2b8a3d (patch) | |
tree | 99e1e2a01d62a765241e181d20b1c07de24c6806 | |
parent | 098e82e694704222200d42f2dd4b50ca6d9999fa (diff) | |
parent | d401d7f252effa259b976eb30a3effd6d3600a6d (diff) |
Merge pull request #612 from puppetlabs/modulesync
{maint} modulesync 0794b2c
-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') |