checkplugin.rb

Path: lib/puppet-lint/checkplugin.rb
Last Update: Fri Jan 16 19:25:09 +0000 2015

Public: A class that contains and provides information for the puppet-lint checks.

This class should not be used directly, but instead should be inherited.

Examples

  class PuppetLint::Plugin::CheckFoo < PuppetLint::CheckPlugin
  end

[Validate]