You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fmt, vet, and precheck targets to Makefile for better CI and code quality (#4182)
vAdd fmt, vet, and precheck targets to Makefile for better CI and code quality
- Add mt target to run go fmt for code formatting.
- Add �et target to run go vet for static analysis.
- Add precheck target to run fmt, vet, lint, and test in one command.
- Update help section to document new targets.
- These changes improve developer experience and make it easier to maintain code quality in CI.
Signed-off-by: jinronga <1460595002@qq.com>
0 commit comments