Sha256: 53a53ad87b2a4ecde39a6bef9eae20ec404824909919e7cc6d3706d57276c1a4
Contents?: true
Size: 296 Bytes
Versions: 11
Compression:
Stored size: 296 Bytes
Contents
module Pronto module Formatter class BitbucketFormatter < CommitFormatter def client_module Bitbucket end def pretty_name 'BitBucket' end def line_number(message, _) message.line.new_lineno if message.line end end end end
Version data entries
11 entries across 11 versions & 1 rubygems