Skip to content

Commit

Permalink
Add missing bazel lint target
Browse files Browse the repository at this point in the history
... and fix the existing issue

Change-Id: Id60b008fbfeb71543f0422b3a1a095968adbecd4
(cherry picked from commit e22d576be5a52c593b1a8f2779fcca43104b8928)
  • Loading branch information
TimotheusBachinger committed Jan 13, 2025
1 parent b858b8e commit 7363cc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7363cc2

Please sign in to comment.