Method: PDK::Validate::InternalRubyValidator#validate_target

Defined in:
lib/pdk/validate/internal_ruby_validator.rb

#validate_target(report, target) ⇒ Integer

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method is abstract.

Validates a single target It is the responsibility of this method to populate the report with validation messages

Parameters:

  • report (PDK::Report)

    The report to add the events to

  • target (String)

    The target to validate

Returns:

  • (Integer)

    The exitcode of the validation. Zero indicates success. A non-zero code indicates failure



92
# File 'lib/pdk/validate/internal_ruby_validator.rb', line 92

def validate_target(report, target); end