Sha256: 7820305ff720bd62a0fc11fc9622dced16507b036c1a8d30a527f973bc55a90f
Contents?: true
Size: 259 Bytes
Versions: 9
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true module Gitlab module Dangerfiles 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
9 entries across 9 versions & 1 rubygems