Skip to content

Commit

Permalink
add more linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong committed Nov 11, 2023
1 parent 2f79690 commit b8324bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ linters:
- gocheckcompilerdirectives
- gochecknoglobals
- gochecknoinits
- gochecksumtype
- gocognit
- goconst
- gocritic
Expand All @@ -85,6 +86,7 @@ linters:
- govet
- grouper
- importas
# inamedparam
- ineffassign
- interfacebloat
- ireturn
Expand All @@ -105,19 +107,23 @@ linters:
- nonamedreturns
- nosprintfhostport
- paralleltest
- perfsprint
- prealloc
- predeclared
- promlinter
- protogetter
- reassign
- revive
- rowserrcheck
- sloglint
- sqlclosecheck
- staticcheck
- stylecheck
- tagalign
- tagliatelle
- tenv
- testableexamples
- testifylint
- testpackage
- thelper
- tparallel
Expand Down

0 comments on commit b8324bc

Please sign in to comment.