Chore: remove deprecated scopelint (#847)

This commit is contained in:
Loyalsoldier 2021-04-03 00:41:38 +08:00 committed by GitHub
parent 78c1993431
commit ebd4a56352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -5,10 +5,6 @@ run:
issues:
new: true
exclude-rules:
- path: _test\.go
linters:
- scopelint
linters:
enable:
@ -25,7 +21,6 @@ linters:
- misspell
- nakedret
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck