lint: remove disable_80chars config

It was removed in puppet-lint 2.0.0. Leaving it in will fail the build.
This commit is contained in:
Matthew Haughton 2016-06-22 20:44:40 -04:00 committed by GitHub
parent ea037f152c
commit 163556f769

View file

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