github.com/octohelm/cuemod@v0.9.4/.husky.toml (about) 1 [hooks] 2 3 pre-commit = [ 4 # "golangci-lint run", 5 "husky lint-staged" 6 ] 7 8 commit-msg = [ 9 "husky lint-commit" 10 ] 11 12 [lint-staged] 13 "{pkg/,cmd/}{**/}*.go" = [ 14 "goimports -l -w" 15 ]