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

config_files.rb « plugins « danger - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2604a491d037823d5cbdcddd3bb3dd9c19285ef6 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require_relative '../../tooling/danger/config_files'

module Danger
  class ConfigFiles < ::Danger::Plugin
    # Put the helper code somewhere it can be tested
    include Tooling::Danger::ConfigFiles
  end
end