Skip to content

Commit

Permalink
Add new linters
Browse files Browse the repository at this point in the history
  • Loading branch information
unmultimedio committed Oct 27, 2023
1 parent aadd3d9 commit fa868e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ linters:
- govet
- grouper
- importas
- inamedparam
- ineffassign
- interfacebloat
- logrlint
Expand All @@ -46,12 +47,15 @@ linters:
- nilerr
- nolintlint
- nosprintfhostport
- perfsprint
- predeclared
- promlinter
- protogetter
- reassign
- rowserrcheck
- staticcheck
- stylecheck
- testifylint
- typecheck
- unconvert
- unused
Expand Down

0 comments on commit fa868e0

Please sign in to comment.