diff options
author | tphoney <tp@puppet.com> | 2016-06-28 16:36:03 +0100 |
---|---|---|
committer | tphoney <tp@puppet.com> | 2016-06-28 16:36:03 +0100 |
commit | 098e82e694704222200d42f2dd4b50ca6d9999fa (patch) | |
tree | 001cd6d56afdce3319804c965397dafb6c29f9f8 | |
parent | b7e1f8974b0e7ed494a79bbde27214099108aac6 (diff) |
{maint} modulesync changes for puppet-lint 2.0.0
-rw-r--r-- | CONTRIBUTING.md | 6 | ||||
-rw-r--r-- | Rakefile | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfeaa70..3c3f1e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -208,11 +208,9 @@ review. Additional Resources ==================== -* [Getting additional help](http://puppetlabs.com/community/get-help) +* [Getting additional help](http://puppet.com/community/get-help) -* [Writing tests](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Writing_Tests) - -* [Patchwork](https://patchwork.puppetlabs.com) +* [Writing tests](https://docs.puppet.com/guides/module_guides/bgtm.html#step-three-module-testing) * [General GitHub documentation](http://help.github.com/) @@ -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 |