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