Skip to content

Commit

Permalink
Merge pull request #5298 from laurazard/fix-linter
Browse files Browse the repository at this point in the history
lint: replace deprecated linter names
  • Loading branch information
laurazard authored Jul 25, 2024
2 parents 788e996 + cc41632 commit 826fc32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -36,7 +35,7 @@ linters:
- unparam
- unused
- usestdlibvars
- vet
- govet
- wastedassign

disable:
Expand Down

0 comments on commit 826fc32

Please sign in to comment.