check_classes.rb

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

Public: Test the manifest tokens for any right-to-left (<-) chaining operators and record a warning for each instance found.

Methods

check   check   check   check   check   check   check   check  

Constants

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]

Public Instance methods

[Validate]