11 lines
281 B
Ruby
11 lines
281 B
Ruby
|
# 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
|