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