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 fb60aeddae
commit 7a24c173f6
1 changed files with 1 additions and 1 deletions

View File

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