Welcome to mirror list, hosted at ThFree Co, Russian Federation.

warnings.rb « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7138fd21b72e400f78bf5aa8e0703cafb7dd7e36 (plain)
1
2
3
4
5
# frozen_string_literal: true

module Gitlab::Ci::Warnings
  MAX_LIMIT = 25
end