class Pronto::Formatter::GitlabFormatter
Public Class Methods
Public Instance Methods
Source
# File lib/pronto/formatter/gitlab_formatter.rb, line 8 def client_module Gitlab end
Source
# File lib/pronto/formatter/gitlab_formatter.rb, line 16 def line_number(message, _) message.line.commit_line.new_lineno if message.line end
Source
# File lib/pronto/formatter/gitlab_formatter.rb, line 12 def pretty_name 'GitLab' end