Path: | lib/puppet-lint/plugins/check_whitespace.rb |
Last Update: | Thu Nov 20 14:31:51 -0800 2014 |
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] |