remove deprecated scopelint linter from golangci-lint

This commit is contained in:
Marten Seemann 2022-04-02 20:36:18 +01:00
parent 42bfe5aa70
commit 7c63050da1

View file

@ -28,7 +28,6 @@ linters:
- ineffassign - ineffassign
- misspell - misspell
- prealloc - prealloc
- scopelint
- staticcheck - staticcheck
- stylecheck - stylecheck
- structcheck - structcheck