Skip to content

Commit

Permalink
ci: enable more linters (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews authored Aug 27, 2023
1 parent 04ef3a7 commit cb5b2cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
linters:
disable-all: true
enable:
- bidichk
- bodyclose
- dogsled
- dupl
- errcheck
- errorlint
- exhaustive
- exportloopref
- funlen
- gochecknoinits
Expand All @@ -27,10 +30,12 @@ linters:
- noctx
- nolintlint
- predeclared
- revive
- staticcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- wastedassign
- whitespace

0 comments on commit cb5b2cf

Please sign in to comment.