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:
parent
ea037f152c
commit
163556f769
1 changed files with 0 additions and 1 deletions
1
Rakefile
1
Rakefile
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue