| Path: | lib/puppet-lint/plugins/check_whitespace.rb |
| Last Update: | Tue Mar 01 05:53:16 +0000 2016 |
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] |