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

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

require_relative '../../tooling/danger/analytics_instrumentation'

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