summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authortphoney <tp@puppet.com>2016-06-30 17:56:14 +0100
committertphoney <tp@puppet.com>2016-06-30 17:56:14 +0100
commit514276023afe9fff17ce82d4ae8c9a06a7eb4a22 (patch)
treecc4ab72d68b14a7af0ddf7d9cc2f6e571f022194 /Rakefile
parent51c8303f29d3dac4f723a2e94b15a12405525d76 (diff)
{maint} modulesync 0794b2c
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 7e9a13d..8906d23 100755
--- a/Rakefile
+++ b/Rakefile
@@ -4,11 +4,11 @@ require 'puppetlabs_spec_helper/rake_tasks'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
-PuppetLint.configuration.send('disable_80chars')
+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')
-PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
+PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp", "bundle/**/*", "vendor/**/*"]
desc 'Generate pooler nodesets'
task :gen_nodeset do