Skip to content

Commit d211372

Browse files
committed
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: golangci/golangci-lint#2997
1 parent 1ebe9a8 commit d211372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ linters:
55
- deadcode
66
- errcheck
77
- goimports
8-
- revive
8+
#- revive
99
- ineffassign
1010
- structcheck
1111
- varcheck

0 commit comments

Comments
 (0)