mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
revert change
This commit is contained in:
parent
38505a6c37
commit
2881a92633
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -117,7 +117,6 @@ lint.install:
|
|||
lint: lint.check ## run golangci-lint
|
||||
@if ! golangci-lint run; then \
|
||||
echo -e "\033[0;33mgolangci-lint failed: some checks can be fixed with \`\033[0;32mmake fmt\033[0m\033[0;33m\`\033[0m"; \
|
||||
@$(FAIL) Linting failed
|
||||
exit 1; \
|
||||
fi
|
||||
@$(OK) Finished linting
|
||||
|
|
Loading…
Reference in a new issue