Path: | lib/puppet-lint/plugins/check_documentation.rb |
Last Update: | Thu Nov 20 14:31:36 -0800 2014 |
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.
COMMENT_TOKENS | = | Set[:COMMENT, :MLCOMMENT, :SLASH_COMMENT] |
WHITESPACE_TOKENS | = | Set[:WHITESPACE, :NEWLINE, :INDENT] |