summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authortphoney <tp@puppet.com>2016-06-28 16:36:03 +0100
committertphoney <tp@puppet.com>2016-06-28 16:36:03 +0100
commit098e82e694704222200d42f2dd4b50ca6d9999fa (patch)
tree001cd6d56afdce3319804c965397dafb6c29f9f8 /Rakefile
parentb7e1f8974b0e7ed494a79bbde27214099108aac6 (diff)
{maint} modulesync changes for puppet-lint 2.0.0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 7e9a13d..3b07e4d 100644
--- 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_char_check')
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