puppet-openstack/Rakefile
Mathieu Gagné cc5b67627b Disable 80chars/class_parameter_defaults checks
* Disable warnings for "line has more than 80 characters"
* Disable warnings for "parameterised class parameter without a default value"

We do not wish to track warnings for such violations.

Change-Id: Ia6fbb8e7b422f5e73e4746d6b3990c8411d9d4dc
(cherry picked from commit 2044490ef637c5a6359b7db2bdb3bdf0c31fdad2)
2013-08-12 18:16:43 -04:00

6 lines
200 B
Ruby

require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_class_parameter_defaults')