Sha256: b558ae1cf6383319d98511139cf4146b7f53ad3a677edf1a05c0032519f03352

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 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
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pronto-0.8.0 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.7.1 lib/pronto/formatter/bitbucket_formatter.rb