Path: | lib/puppet-lint/plugins/check_strings.rb |
Last Update: | Fri Jan 16 19:25:09 +0000 2015 |
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.
VAR_TYPES | = | Set[:VARIABLE, :UNENC_VARIABLE] |
STRING_TYPES | = | Set[:STRING, :SSTRING] |
BOOLEANS | = | Set['true', 'false'] |