From b9e2f50202452fc9a02ad3c1a9e3ade0a29e4f11 Mon Sep 17 00:00:00 2001 From: Dominic Cleal Date: Tue, 23 Sep 2014 21:36:20 +0100 Subject: [PATCH] Add parameter_documentation/param-docs plugin --- plugins/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/index.md b/plugins/index.md index 815b5720..a0dfe3eb 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -24,3 +24,13 @@ layout: default {: .table .table-condensed } --- + +### parameter_documentation + +> Check to validate that all class parameters are documented. + +| **URL** | | +| **Install** | `gem install puppet-lint-param-docs` | +{: .table .table-condensed } + +---