changeset 28 | b0b56e0f8c7f |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
1 require 'rubygems' |
|
2 # keep for compatibility for now |
|
3 require 'puppetlabs_spec_helper/rake_tasks' |
|
4 require 'puppet-lint/tasks/puppet-lint' |
|
5 PuppetLint.configuration.send('disable_80chars') |
|
6 PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"] |
|
7 |