From 4107df463ea6edde469cf6f374911b58fa914cb0 Mon Sep 17 00:00:00 2001 From: David Duarte <licorne@google.com> Date: Sun, 19 Mar 2023 21:04:09 +0000 Subject: [PATCH] Enable bpfmt as pre-upload hook Test: None Change-Id: I34034e9bb7da8002fda9ccf7afd8c39ad7046c22 --- PREUPLOAD.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index e8a5c75dbe9..2bc46fa3ff4 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -4,6 +4,7 @@ ignore_merged_commits = true [Builtin Hooks] clang_format = true rustfmt = true +bpfmt = true [Builtin Hooks Options] rustfmt = --config-path=rustfmt.toml -- GitLab