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

This reverts commit 7a24c173f6.
This commit is contained in:
Nick Craig-Wood 2022-08-03 13:14:51 +01:00
parent 9d3958bd0b
commit fe84cca1ad
1 changed files with 1 additions and 1 deletions

View File

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