gitlab-ce/danger/plugins/ai_logging.rb

11 lines
213 B
Ruby

# frozen_string_literal: true
require_relative '../../tooling/danger/ai_logging'
module Danger
class AiLogging < ::Danger::Plugin
# Include the helper code
include Tooling::Danger::AiLogging
end
end