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

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

require_relative '../../tooling/danger/clickhouse'

module Danger
  class Clickhouse < ::Danger::Plugin
    # Put the helper code somewhere it can be tested
    include Tooling::Danger::Clickhouse
  end
end