gitlab-ce/danger/plugins/model_validations.rb

11 lines
257 B
Ruby

# frozen_string_literal: true
require_relative '../../tooling/danger/model_validations'
module Danger
class ModelValidations < ::Danger::Plugin
# Put the helper code somewhere it can be tested
include Tooling::Danger::ModelValidations
end
end