debian-mirror-gitlab/danger/plugins/database_dictionary.rb
2023-07-09 08:55:56 +05:30

11 lines
253 B
Ruby

# 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