Path: | lib/puppet-lint/plugins/check_whitespace.rb |
Last Update: | Fri Jan 16 19:25:09 +0000 2015 |
Public: Check the raw manifest string for lines containing hard tab characters and record an error for each instance found.
WHITESPACE_TYPES | = | Set[:INDENT, :WHITESPACE] |
COMMENT_TYPES | = | Set[:COMMENT, :SLASH_COMMENT, :MLCOMMENT] |