1
0
Fork 0
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:
Daniel Hix 2021-10-21 14:41:59 -05:00
parent 38505a6c37
commit 2881a92633

View file

@ -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