summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppet.com>2016-08-26 09:28:58 +0200
committerDavid Schmitt <david.schmitt@puppet.com>2016-08-26 18:42:08 +0200
commit43d634fc85a5d1759b1dba0a858d80bca378c758 (patch)
tree5acdbb433ff841d95ba20a211160729e45d264f8 /Rakefile
parent0acff935f8b12938f0a21769a8959a8ba983e60d (diff)
Update modulesync_config [a3fe424]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index 47a671e..3e8d4cb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,17 +2,9 @@ require 'puppet_blacksmith/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
require 'puppetlabs_spec_helper/rake_tasks'
-PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
-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", "bundle/**/*", "vendor/**/*", "types/**/*"]
-
-if Puppet.version.to_f < 4.0
- PuppetSyntax.exclude_paths << "types/**/*"
-end
desc 'Generate pooler nodesets'
task :gen_nodeset do