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:
parent
8f14448e57
commit
bd27cde230
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue