Skip to content
代码片段 群组 项目
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
database_dictionary.rb 253 B
# 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