check_strings.rb

Path: lib/puppet-lint/plugins/check_strings.rb
Last Update: Thu Nov 20 14:31:36 -0800 2014

Public: Check the manifest tokens for any double quoted strings that don‘t contain any variables or common escape characters and record a warning for each instance found.

Methods

check   check   check   check   check   check   fix   fix   fix   fix  

Constants

VAR_TYPES = Set[:VARIABLE, :UNENC_VARIABLE]
STRING_TYPES = Set[:STRING, :SSTRING]
BOOLEANS = Set['true', 'false']

Public Instance methods

[Validate]