771fd524f2
DO NOT MERGE / RESTRICT AUTOMERGE and its cousin DO NOT MERGE ANYWHERE are almost always misused. Make it an error to upload commits with those merge strategies. Bug: 156896646 Test: repo upload -n (with DNM and RM commits) Change-Id: Iae3540fa35dbd7b87a14b53a20be0cd23a206f3a
6 lines
159 B
INI
6 lines
159 B
INI
[Builtin Hooks]
|
|
gofmt = true
|
|
bpfmt = true
|
|
|
|
[Hook Scripts]
|
|
do_not_use_DO_NOT_MERGE = ${REPO_ROOT}/build/soong/scripts/check_do_not_merge.sh ${PREUPLOAD_COMMIT}
|