Sha256: 90236c6dbe5d3d9a1ba496d0c711544bb1d36e14fb2bc97f26d6dcba452af5eb
Contents?: true
Size: 278 Bytes
Versions: 63
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Gitlab module Dangerfiles # @api private module Weightage CAPACITY_MULTIPLIER = 2 # change this number to change what it means to be a reduced capacity reviewer 1/this number BASE_REVIEWER_WEIGHT = 1 end end end
Version data entries
63 entries across 63 versions & 1 rubygems