summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Putnam <putnam.eric@gmail.com>2016-08-29 09:47:56 -0700
committerGitHub <noreply@github.com>2016-08-29 09:47:56 -0700
commita22ecaa9c277f61a3c70827786929e999942a9d8 (patch)
tree5acdbb433ff841d95ba20a211160729e45d264f8 /Rakefile
parent0acff935f8b12938f0a21769a8959a8ba983e60d (diff)
parent43d634fc85a5d1759b1dba0a858d80bca378c758 (diff)
Merge pull request #642 from puppetlabs/modulesync
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