debian-mirror-gitlab/lib/gitlab/danger/weightage.rb
2021-03-08 18:12:59 +05:30

11 lines
254 B
Ruby

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