diff options
author | Paul Duffin <paulduffin@google.com> | 2021-04-12 10:44:16 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2021-04-12 10:44:16 +0100 |
commit | 661c3e3e8bd53faaa432b6af6a5336611fc8709a (patch) | |
tree | e37ce2e196c5d26ad776d674c8aae732c7f6fb16 /PREUPLOAD.cfg | |
parent | e4d95a9e15bfb14298999f785caed703fec943ad (diff) |
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
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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. |