You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
429 B
9 lines
429 B
require 'rubygems' |
|
require 'puppetlabs_spec_helper/rake_tasks' |
|
require 'puppet-lint/tasks/puppet-lint' |
|
PuppetLint.configuration.fail_on_warnings = true |
|
PuppetLint.configuration.send('disable_80chars') |
|
PuppetLint.configuration.send('disable_class_inherits_from_params_class') |
|
|
|
# Disable check due to upstream bug: https://github.com/rodjek/puppet-lint/issues/170 |
|
PuppetLint.configuration.send('disable_class_parameter_defaults')
|
|
|