Sha256: 2af668b36e3fec5863dab97b2970dfcc4f8fa4989d1c1401e25bcb47cf3d1c57
Contents?: true
Size: 278 Bytes
Versions: 4
Compression:
Stored size: 278 Bytes
Contents
require 'gitlab-dangerfiles' Gitlab::Dangerfiles.for_project(self) do |dangerfiles| # Import all plugins from the gem dangerfiles.import_plugins # Import only a subset of rules dangerfiles.import_dangerfiles(only: %w[changes_size commit_messages simple_roulette]) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gitlab-qa-7.24.5 | Dangerfile |
gitlab-qa-7.24.4 | Dangerfile |
gitlab-qa-7.24.3 | Dangerfile |
gitlab-qa-7.24.2 | Dangerfile |