From b4941854812968e2fe73d5c9f78211c072804df4 Mon Sep 17 00:00:00 2001 From: yyzxw <34639446+yyzxw@users.noreply.github.com> Date: Mon, 21 Aug 2023 18:02:13 +0800 Subject: [PATCH] chore: add lint fix (#6275) Signed-off-by: yyzxw <1020938856@qq.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 017a10db0..0a7d113ef 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ staticcheck: staticchecktool ## lint: Run the golangci-lint lint: golangci @$(INFO) lint - @$(GOLANGCILINT) run --skip-dirs 'scaffold' + @$(GOLANGCILINT) run --fix --verbose --skip-dirs 'scaffold' ## reviewable: Run the reviewable reviewable: manifests fmt vet lint staticcheck helm-doc-gen sdk_fmt