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: I8e25cf71c1ab336c9c9c2fac1da5d8a47a947802
This commit is contained in:
Mathieu Gagné 2013-08-12 16:46:16 -04:00
parent 99b9286ef5
commit c45b40015d
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_class_parameter_defaults')