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

6 lines
80 B
Ruby

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