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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
179 B
Ruby
Raw Normal View History

2022-03-02 08:16:31 +05:30
# frozen_string_literal: true
require_relative '../../tooling/danger/datateam'
module Danger
class Datateam < ::Danger::Plugin
include Tooling::Danger::Datateam
end
end