From 7363cc2d587665db9116f859162995d91307ceec Mon Sep 17 00:00:00 2001 From: Timotheus Bachinger Date: Fri, 10 Jan 2025 15:41:42 +0100 Subject: [PATCH] Add missing bazel lint target ... and fix the existing issue Change-Id: Id60b008fbfeb71543f0422b3a1a095968adbecd4 (cherry picked from commit e22d576be5a52c593b1a8f2779fcca43104b8928) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6c0437a0ba..cd535d4a627 100644 --- a/Makefile +++ b/Makefile @@ -230,7 +230,10 @@ what-gerrit-makes: $(MAKE) -C tests what-gerrit-makes format-bazel: - scripts/run-buildifier --lint=fix --mode=fix + scripts/run-buildifier --mode=fix + +lint-bazel: + scripts/run-buildifier --lint=fix documentation: echo Nothing to do here remove this target