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

require_relative '../../tooling/danger/user_types'

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