Class | PuppetLint::Checks |
In: |
lib/puppet-lint/checks.rb
|
Parent: | Object |
Internal: Various methods that orchestrate the actions of the puppet-lint check plugins.
problems | [RW] | Public: Get an Array of problem Hashes. |
Internal: Get a list of checks that have not been disabled.
Returns an Array of String check names.
Internal: Run the lint checks over the manifest code.
fileinfo - A Hash containing the following:
:fullpath - The expanded path to the file as a String. :filename - The name of the file as a String. :path - The original path to the file as passed to puppet-lint as a String.
data - The String manifest code to be checked.
Returns an Array of problem Hashes.