all: temp disable govulncheck

This commit is contained in:
Ainar Garipov
2022-09-13 14:39:10 +03:00
parent 08799e9d0a
commit b79c08316f
3 changed files with 13 additions and 10 deletions

View File

@@ -219,7 +219,10 @@ exit_on_output gofumpt --extra -e -l .
"$GO" vet ./...
govulncheck ./...
# TODO(a.garipov): Reenable this once https://github.com/golang/go/issues/55035
# is fixed.
#
# govulncheck ./...
# Apply more lax standards to the code we haven't properly refactored yet.
gocyclo --over 17 ./internal/querylog/