418e7c736b
* 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: Id4e7ab198575ebe8e0c6cb8803ab96495bac1d65
6 lines
200 B
Ruby
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')
|