5 lines
80 B
Ruby
5 lines
80 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab::Ci::Warnings
|
|
MAX_LIMIT = 25
|
|
end
|