我正在查看这个 golang-precommit 挂钩存储库:https ://github.com/dnephin/pre-commit-golang
go-unit-testshook 运行命令go test -tags=unit -timeout 30s -short -v但是如果我想 go hook 运行带 -p=1选项的命令怎么办。有什么办法可以做到这一点?
这是我.pre-commit-config.yaml文件中的内容
repos:
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-unit-tests
一只甜甜圈
相关分类