pre-commit: rm govet,go-cyclo

...since they are both being run as part of golangci-lint checks

[skip ci]
This commit is contained in:
surtur 2022-06-14 13:38:33 +02:00
parent 4c67075f5f
commit e11fd7fb72
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -45,10 +45,7 @@ repos:
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.0
hooks:
- id: go-vet
- id: go-unit-tests
- id: go-cyclo
args: [-over=15]
- id: golangci-lint
- id: go-build
- id: go-mod-tidy