Add golangci-lint (#1420)

Signed-off-by: aiyijing <aiyijing@live.com>
This commit is contained in:
AiYijing 2021-08-27 11:12:26 +08:00 committed by GitHub
parent 473f54fdaf
commit e3c78d7419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,3 +117,7 @@ test-container:
.PHONY: test-k8s
test-k8s:
./script/test_k8s/test.sh
.PHONY: golangci-lint
golangci-lint:
golangci-lint run -c .golangci.yml