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

11 lines
242 B
Ruby
Raw Normal View History

2022-10-11 01:57:18 +05:30
# 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