check_documentation.rb

Path: lib/puppet-lint/plugins/check_documentation.rb
Last Update: Fri Jan 16 19:25:09 +0000 2015

Public: Check the manifest tokens for any class or defined type that does not have a comment directly above it (hopefully, explaining the usage of it) and record a warning for each instance found.

Methods

check  

Constants

COMMENT_TOKENS = Set[:COMMENT, :MLCOMMENT, :SLASH_COMMENT]
WHITESPACE_TOKENS = Set[:WHITESPACE, :NEWLINE, :INDENT]

Public Instance methods

[Validate]