class Pronto::Formatter::GitlabFormatter
def client_module
def client_module Gitlab end
def line_number(message, _)
def line_number(message, _) message.line.commit_line.new_lineno if message.line end
def pretty_name
def pretty_name 'GitLab' end
def client_module Gitlab end
def line_number(message, _) message.line.commit_line.new_lineno if message.line end
def pretty_name 'GitLab' end