From 661c3e3e8bd53faaa432b6af6a5336611fc8709a Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 12 Apr 2021 10:44:16 +0100 Subject: Enforce formatting of bp files on repo upload Test: modified an incorrectly formatted .bp file and attempted to upload just to make sure it was rejected. Change-Id: Ib51cedb8b24d61c416a53a447a909314cc0e91c3 --- PREUPLOAD.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 2fd2e33bbc37..33fd39907ef4 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -1,5 +1,6 @@ [Builtin Hooks] clang_format = true +bpfmt = true [Builtin Hooks Options] # Only turn on clang-format check for the following subfolders. -- cgit v1.2.3-59-g8ed1b