Welcome to mirror list, hosted at ThFree Co, Russian Federation.

user_types.rb « plugins « danger - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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