瀏覽代碼

Disable noisy/unneeded puppet-lint checks

* disable '80 characters check' - this is pretty useless and noisy
* disable 'class inherits from params class' check - is for puppet 2.6 which isn't supported
Matthew Haughton 10 年之前
父節點
當前提交
e80cb6809c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .puppet-lint.rc

+ 2 - 0
.puppet-lint.rc

@@ -0,0 +1,2 @@
+--no-80chars-check
+--no-class_inherits_from_params_class-check