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

Version Path
pronto-0.11.1 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.11.0 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.10.0 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.9.5 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.9.4 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.9.3 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.9.2 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.9.1 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.9.0 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.8.2 lib/pronto/formatter/bitbucket_formatter.rb
pronto-0.8.1 lib/pronto/formatter/bitbucket_formatter.rb