summaryrefslogtreecommitdiff
path: root/danger/plugins/database_dictionary.rb
blob: b6a3c320891e9aedea05e39a52b4969d827d8d39 (plain)
1
2
3
4
5
6
7
8
9
10
# 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