Sha256: a6111f6487a3361e912e0e3015fa4e314ffb53986ead47fe02be96a455d49b43
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
require "gitlab/dangerfiles/version" module Gitlab module Dangerfiles def self.import_plugins(danger) danger.import_plugin(File.expand_path("../danger/plugins/*.rb", __dir__)) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitlab-dangerfiles-1.1.1 | lib/gitlab/dangerfiles.rb |