Browse Source
lint: change deprecated linter (#6861)
This is a super minor change that silences a warning when running the linter locally.
pull/6863/head
Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.golangci.yml
|
|
@ -26,7 +26,7 @@ linters: |
|
|
|
# - maligned |
|
|
|
- nakedret |
|
|
|
- prealloc |
|
|
|
- scopelint |
|
|
|
- exportloopref |
|
|
|
- staticcheck |
|
|
|
- structcheck |
|
|
|
- stylecheck |
|
|
|