Sha256: 98aade51d45d52f3deb456f5abcacc8742b1eb598be054ded826366dd7cef7f1
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
module Pronto module Formatter class GitlabFormatter < CommitFormatter def client_module Gitlab end def pretty_name 'GitLab' end def line_number(message, _) message.line.commit_line.new_lineno end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pronto-0.8.0 | lib/pronto/formatter/gitlab_formatter.rb |
pronto-0.7.1 | lib/pronto/formatter/gitlab_formatter.rb |