mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
disable_puppet_url_without_modules for puppet-lint
This commit is contained in:
parent
f32ea2c0ba
commit
e062d4f2e0
1
Rakefile
1
Rakefile
@ -1,6 +1,7 @@
|
||||
require 'puppetlabs_spec_helper/rake_tasks'
|
||||
require 'puppet-lint/tasks/puppet-lint'
|
||||
PuppetLint.configuration.send('disable_80chars')
|
||||
PuppetLint.configuration.send('disable_puppet_url_without_modules')
|
||||
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
|
||||
|
||||
desc "Validate manifests, templates, and ruby files"
|
||||
|
Loading…
Reference in New Issue
Block a user