check_whitespace.rb

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.

Methods

check   check   check   check   check   fix   fix   fix  

Constants

WHITESPACE_TYPES = Set[:INDENT, :WHITESPACE]
COMMENT_TYPES = Set[:COMMENT, :SLASH_COMMENT, :MLCOMMENT]

Public Instance methods

[Validate]