Skip to content

Commit

Permalink
ci: enable more linters (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds authored Jan 8, 2025
1 parent 1d8ca2e commit c2fc0fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ linters:
- errname
- errorlint
- exhaustive
- exptostd
- gocheckcompilerdirectives
- gochecksumtype
- gocritic
Expand All @@ -29,6 +30,7 @@ linters:
- misspell
- nakedret
- nilerr
- nilnesserr
- nolintlint
- nonamedreturns
- nosprintfhostport
Expand All @@ -50,6 +52,7 @@ linters:
- unparam
- unused
- usestdlibvars
- usetesting
- wastedassign

run:
Expand Down

0 comments on commit c2fc0fa

Please sign in to comment.