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: Ief5c949bbd5fd574257ebeea91052cc3fa501c83
This commit is contained in:
Mathieu Gagné 2013-08-12 16:46:30 -04:00
parent 6841afcb01
commit c423525f35
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')