gitlab-org--gitlab-foss/lib/gitlab/ci/warnings.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
80 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Gitlab::Ci::Warnings
MAX_LIMIT = 25
end