diff options
Diffstat (limited to 'vendor/github.com/keybase/go-ps/.pre-commit-config.yaml')
-rw-r--r-- | vendor/github.com/keybase/go-ps/.pre-commit-config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/keybase/go-ps/.pre-commit-config.yaml b/vendor/github.com/keybase/go-ps/.pre-commit-config.yaml new file mode 100644 index 0000000..b87b62d --- /dev/null +++ b/vendor/github.com/keybase/go-ps/.pre-commit-config.yaml @@ -0,0 +1,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 |