No release in over a year
A puppet-lint plugin to check that manifest files contain a properly formatted @summary comment.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 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'