Browse Source

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 years ago
parent
commit
e80cb6809c
1 changed files with 2 additions and 0 deletions
  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