Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clickhouse.rb « danger « tooling - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b36e12219edd3360f97bfe7a41a152c8fa2b61c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

module Tooling
  module Danger
    module Clickhouse
      def changes
        helper.changes_by_category[:clickhouse]
      end
    end
  end
end