From bc733f39442d4c0329ec4046f00c4ddf19ff90fa Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Fri, 11 Oct 2024 00:43:37 -0400 Subject: [PATCH] chore: verbose lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7123b6..70840d3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean: rm -rf *.out lint: - golangci-lint run + golangci-lint run -v prepare-test: git submodule update --init --remote