github.com/kunlun-qilian/sqlx/v3@v3.0.0/.husky.yaml (about) 1 hooks: 2 pre-commit: 3 - golangci-lint run 4 - husky lint-staged 5 commit-msg: 6 - husky lint-commit 7 8 lint-staged: 9 "*.go": 10 - goimports -l -w 11 - gofmt -l -w