gitlab-org--gitlab-foss/tooling/danger/weightage.rb

11 lines
255 B
Ruby

# frozen_string_literal: true
module Tooling
module Danger
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