瀏覽代碼

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
Matthew Haughton 7 年之前
父節點
當前提交
ee23449b06
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Rakefile

+ 1 - 0
Rakefile

@@ -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')