We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f47eca commit b76a888Copy full SHA for b76a888
1 file changed
Makefile
@@ -62,8 +62,9 @@ help:
62
@echo " lint - Run golangci-lint to check code quality"
63
@echo " check - Run all checks (fmt-check + lint)"
64
@echo " test - Run end-to-end tests (requires additional setup)"
65
- @echo " pr-tests - Run comprehensive tests for PR submission"
+ @echo " pr-tests - Run comprehensive tests for PR submission"
66
@echo " clean - Remove build artifacts and temporary files"
67
+ @echo " vet - Run go vet to check code quality"
68
@echo " help - Show this help message"
69
@echo ""
70
@echo "Common workflows:"
0 commit comments