aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 027e246ecb2a272bd73def3f80790e741e80546e (plain)
1
2
3
4
5
6
7
8
9
10
11
-   repo: https://github.com/gabriel/pre-commit-golang
    sha: c02a81d85a5295886022b8106c367518e6c3760e
    hooks:
    -   id: go-fmt
    -   id: go-metalinter
        args:
        - --exclude=corefoundation.go
        - --deadline=60s
        - --vendor
        - --cyclo-over=20
        - --dupl-threshold=100