Skip to content

Commit

Permalink
{maint} modulesync 0794b2c
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Jun 30, 2016
1 parent b4c41b3 commit dc4867e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -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/)

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit dc4867e

Please sign in to comment.