Class: PuppetLint::CheckPlugin

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet-lint/plugin.rb

Class Method Summary collapse

Class Method Details

.check(name, &b) ⇒ Object



235
236
237
# File 'lib/puppet-lint/plugin.rb', line 235

def self.check(name, &b)
  PuppetLint.configuration.add_check(name, &b)
end