Class | Nanoc::Extra::Checking::Runner |
In: |
lib/nanoc/extra/checking/runner.rb
|
Parent: | Object |
Runner is reponsible for running issue checks.
@api private
CHECKS_FILENAMES | = | ['Checks', 'Checks.rb', 'checks', 'checks.rb'] |
Runs the checks with the given names.
@param [Array<Symbol>] check_class_names The names of the checks
@return [Boolean] true if successful, false otherwise