github.com/kunlun-qilian/sqlx/v2@v2.24.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