Skip to content

Commit

Permalink
golangci-lint: enable additional linters
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Nov 21, 2024
1 parent a2a5e3a commit 30c2670
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
linters:
disable-all: true
enable:
- bodyclose
- copyloopvar
- errcheck
- errorlint
- gocritic
- godox
- gofumpt
- goimports
- goprintffuncname
- gosimple
- govet
- ineffassign
- loggercheck
- misspell
- nosprintfhostport
- prealloc
- revive
- rowserrcheck
- sqlclosecheck
- staticcheck
- tenv
- testifylint
- typecheck
- unconvert
- unused
Expand Down

0 comments on commit 30c2670

Please sign in to comment.