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