Method: Codebot::Formatters::Gitlab::NoteHook#snippet_summary

Defined in:
lib/codebot/formatters/gitlab_note_hook.rb

#snippet_summaryObject



34
35
36
37
38
39
40
41
# File 'lib/codebot/formatters/gitlab_note_hook.rb', line 34

def snippet_summary
  snippet_default_format % {
    repository: format_repository(repository_name),
    sender: format_user(sender_name),
    snippet: snippet_title,
    summary: prettify(comment_body)
  }
end