build: disable revive linter pending a fix in golangci-lint

The revive linter got extremely slow in golangci-lint 1.47.1 causing
the CI to time out.

Disable for the time being until it is fixed.

See: https://github.com/golangci/golangci-lint/issues/2997
This commit is contained in:
Nick Craig-Wood 2022-07-20 23:06:35 +01:00
parent 1ebe9a800d
commit d211372c9e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ linters:
- deadcode
- errcheck
- goimports
- revive
#- revive
- ineffassign
- structcheck
- varcheck