mirror of
https://github.com/rclone/rclone.git
synced 2025-01-18 12:21:06 +01:00
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
@ -5,7 +5,7 @@ linters:
|
|||||||
- deadcode
|
- deadcode
|
||||||
- errcheck
|
- errcheck
|
||||||
- goimports
|
- goimports
|
||||||
- revive
|
#- revive
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- structcheck
|
- structcheck
|
||||||
- varcheck
|
- varcheck
|
||||||
|
Loading…
Reference in New Issue
Block a user