Method: Codebot::Formatters::Gitlab::NoteHook#snippet_default_format
- Defined in:
- lib/codebot/formatters/gitlab_note_hook.rb
#snippet_default_format ⇒ Object
66 67 68 69 |
# File 'lib/codebot/formatters/gitlab_note_hook.rb', line 66 def snippet_default_format '[%<repository>s] %<sender>s commented on code snippet' \ ' \'%<snippet>s\': %<summary>s' end |