summaryrefslogtreecommitdiff
path: root/danger/plugins/customer_success.rb
blob: dad8174c311fd0cde1d03dbaf71ce4ebcf71403b (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require_relative '../../tooling/danger/customer_success'

module Danger
  class CustomerSuccess < ::Danger::Plugin
    include Tooling::Danger::CustomerSuccess
  end
end