Method: CodeownerValidator::Validator#summary

Defined in:
lib/codeowner_validator/validator.rb

#summaryArray

Public: Returns an array of summaries associated to all tasks that are to be executed

Returns:

  • (Array)

    An array of strings describing the tasks that are to be executed



29
30
31
# File 'lib/codeowner_validator/validator.rb', line 29

def summary
  tasks.map { |t| " * #{t.summary}" }
end