| Path: | lib/puppet-lint/plugins/check_classes.rb |
| Last Update: | Tue Mar 01 05:53:16 +0000 2016 |
Public: Test the manifest tokens for any right-to-left (<-) chaining operators and record a warning for each instance found.
| TOKENS | = | Set[:CLASS, :DEFINE] |
| DEFAULT_SCOPE_VARS | = | Set[ 'name', 'title', 'module_name', 'environment', 'clientcert', 'clientversion', 'servername', 'serverip', 'serverversion', 'caller_module_name', 'alias', 'audit', 'before', 'loglevel', 'noop', 'notify', 'require', 'schedule', 'stage', 'subscribe', 'tag', ] |
| POST_VAR_TOKENS | = | Set[:COMMA, :EQUALS, :RPAREN] |