Merge pull request #5298 from laurazard/fix-linter

lint: replace deprecated linter names
This commit is contained in:
Laura Brehm 2024-07-25 12:37:19 +01:00 committed by GitHub
commit 826fc32e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ linters:
- govet
- ineffassign
- lll
- megacheck
- misspell # Detects commonly misspelled English words in comments.
- nakedret
- nilerr # Detects code that returns nil even if it checks that the error is not nil.
@ -36,7 +35,7 @@ linters:
- unparam
- unused
- usestdlibvars
- vet
- govet
- wastedassign
disable: