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