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:
parent
9f91829566
commit
7a7ab8ad29
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue