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

Add debug output to know when linting has finished

This commit is contained in:
Daniel Hix 2021-10-20 18:21:21 -05:00
parent 8f14448e57
commit bd27cde230

View file

@ -119,6 +119,7 @@ lint: lint.check ## run golangci-lint
echo -e "\033[0;33mgolangci-lint failed: some checks can be fixed with \`\033[0;32mmake fmt\033[0m\033[0;33m\`\033[0m"; \
exit 1; \
fi
@$(OK) Finished linting
fmt: lint.check ## ensure consistent code style
@go mod tidy