Sha256: 9af8b0859f12107756550c2363179e9c08c9640ce16f9f30bc162e0cc6849563

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

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

1 entries across 1 versions & 1 rubygems

Version Path
pronto-0.7.0 lib/pronto/formatter/gitlab_formatter.rb