chore: add lint fix (#6275)

Signed-off-by: yyzxw <1020938856@qq.com>
This commit is contained in:
yyzxw
2023-08-21 18:02:13 +08:00
committed by GitHub
parent 9d479b7f7c
commit b494185481
+1 -1
View File
@@ -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