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

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

11 lines
253 B
Ruby
Raw Normal View History

2023-07-09 08:55:56 +05:30
# frozen_string_literal: true
require_relative '../../tooling/danger/database_dictionary'
module Danger
class DatabaseDictionary < Plugin
# Put the helper code somewhere it can be tested
include Tooling::Danger::DatabaseDictionary
end
end