diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-31 15:12:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-31 15:12:39 +0000 |
commit | 19044caf6695065ff64e26355e830dbdc6719e54 (patch) | |
tree | 5b9bdf081ab28d873cee38a5036f143a300ba733 /danger/plugins | |
parent | 3034c7e6aa99d21c3d9fa1df01f60fdd3f32d914 (diff) | |
download | gitlab-ce-19044caf6695065ff64e26355e830dbdc6719e54.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/plugins')
-rw-r--r-- | danger/plugins/config_files.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/danger/plugins/config_files.rb b/danger/plugins/config_files.rb new file mode 100644 index 00000000000..2604a491d03 --- /dev/null +++ b/danger/plugins/config_files.rb @@ -0,0 +1,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 |