Skip to content

Commit

Permalink
Merge pull request rodjek#45 from dploeger/patch-1
Browse files Browse the repository at this point in the history
docs: Added new dodevops puppet lint checks
  • Loading branch information
chelnak authored Oct 6, 2022
2 parents dcbdca4 + 6692202 commit 1c78b11
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,33 @@ Check the plugin's URL for more information on use of its check(s).
| **URL** | <https://github.com/kuleuven/puppet-lint-manifest_whitespace-check> |
| **Install** | gem install puppet-lint-manifest_whitespace-check |
{: .table .table-condensed }

---

### module_reference

> An extensive, opinionated puppet lint check for valid module reference comments
| **URL** | https://github.com/dodevops/puppet-lint-module_reference-check |
| **Install** | `gem install puppet-lint-module_reference-check` |
{: .table .table-condensed }

---

### param_comment

> An extensive, opinionated puppet lint check for valid parameter comments
| **URL** | https://github.com/dodevops/puppet-lint-param_comment-check |
| **Install** | `gem install puppet-lint-param_comment-check` |
{: .table .table-condensed }

---

### summary_comment

> Ensure all classes and defined types contain a `@summary` tag and an indented summary in the next line
| **URL** | https://github.com/dodevops/puppet-lint-summary_comment-check |
| **Install** | `gem install puppet-lint-summary_comment-check` |
{: .table .table-condensed }

0 comments on commit 1c78b11

Please sign in to comment.