diff --git a/deployment_scripts/puppet/modules/plugin_zabbix/Rakefile b/deployment_scripts/puppet/modules/plugin_zabbix/Rakefile index eb9cfec..d18b786 100644 --- a/deployment_scripts/puppet/modules/plugin_zabbix/Rakefile +++ b/deployment_scripts/puppet/modules/plugin_zabbix/Rakefile @@ -4,7 +4,6 @@ require 'puppet-syntax/tasks/puppet-syntax' PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.send('disable_80chars') -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_autoloader_layout')