lint:disable 140 char line check

We have some failing tests, and in the Puppet Style Guide it's a SHOULD, not a MUST that lines be under this length
This commit is contained in:
Matthew Haughton 2016-06-22 22:01:33 -04:00 committed by GitHub
parent 03617d60ec
commit ee23449b06

View file

@ -12,6 +12,7 @@ task :default => [:clean, :spec]
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_140chars')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_class_parameter_defaults')
PuppetLint.configuration.send('disable_documentation')