2012-09-25 19:48:27 +00:00
|
|
|
require 'rubygems'
|
|
|
|
require 'puppetlabs_spec_helper/rake_tasks'
|
2012-11-11 04:57:19 +00:00
|
|
|
require 'puppet-lint/tasks/puppet-lint'
|
2012-11-24 23:20:28 +00:00
|
|
|
PuppetLint.configuration.fail_on_warnings = true
|
2012-11-11 04:57:19 +00:00
|
|
|
PuppetLint.configuration.send('disable_80chars')
|
2014-03-22 18:10:09 +00:00
|
|
|
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
|
2012-11-30 00:40:14 +00:00
|
|
|
|
2014-03-22 18:10:09 +00:00
|
|
|
# Disable check due to upstream bug: https://github.com/rodjek/puppet-lint/issues/170
|
2012-11-30 00:40:14 +00:00
|
|
|
PuppetLint.configuration.send('disable_class_parameter_defaults')
|