An open API service indexing awesome lists of open source software.

https://github.com/dodevops/puppet-lint-summary_comment-check

A Puppet lint plugin to check a valid summary comment
https://github.com/dodevops/puppet-lint-summary_comment-check

Last synced: 2 months ago
JSON representation

A Puppet lint plugin to check a valid summary comment

Awesome Lists containing this project

README

          

# Puppet lint summary check

This checks whether a class contains a valid header comment that starts with a summary like this:

```
# @summary
# This is a Puppet class

class my_class {
```

## Usage

To use the plugin, add the following line to the Gemfile:

gem 'puppet-lint-summary_comment-check'