debian-mirror-gitlab/danger/plugins/customer_success.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
201 B
Ruby
Raw Normal View History

2022-08-27 11:52:29 +05:30
# frozen_string_literal: true
require_relative '../../tooling/danger/customer_success'
module Danger
class CustomerSuccess < ::Danger::Plugin
include Tooling::Danger::CustomerSuccess
end
end