forked from TrueCloudLab/rclone
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:
parent
fb60aeddae
commit
7a24c173f6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ linters:
|
||||||
- deadcode
|
- deadcode
|
||||||
- errcheck
|
- errcheck
|
||||||
- goimports
|
- goimports
|
||||||
- revive
|
#- revive
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- structcheck
|
- structcheck
|
||||||
- varcheck
|
- varcheck
|
||||||
|
|
Loading…
Reference in a new issue