checkplugin.rb

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

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]