Method: PuppetLint::Configuration#checks
- Defined in:
- lib/puppet-lint/configuration.rb
#checks ⇒ Object
Public: Get a list of all the defined checks.
Returns an Array of String check names.
134 135 136 |
# File 'lib/puppet-lint/configuration.rb', line 134 def checks check_object.keys end |