# frozen_string_literal: true

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