1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Stop discarding golangci-lint errors (#2383)

Signed-off-by: shuheiktgw <s-kitagawa@mercari.com>
This commit is contained in:
Shuhei Kitagawa 2023-06-09 19:51:47 +09:00 committed by GitHub
parent 9f91829566
commit 7a7ab8ad29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ fmt: lint.check ## Ensure consistent code style
@go mod tidy
@cd e2e/ && go mod tidy
@go fmt ./...
@golangci-lint run --fix > /dev/null 2>&1 || true
@golangci-lint run --fix
@$(OK) Ensured consistent code style
generate: ## Generate code and crds