chore: Enable more linters

This commit is contained in:
Anton Ovchinnikov
2025-07-14 00:32:26 +02:00
parent 053d73048c
commit 05d0078451
9 changed files with 40 additions and 17 deletions
+20 -3
View File
@@ -2,11 +2,28 @@ version: "2"
linters:
default: none
enable:
- bodyclose
# - dogsled
- dupl
# - errcheck
- govet
- gochecknoinits
- goconst
# - gocritic
# - gocyclo
# - godot
# - gosec
# - govet
- ineffassign
- staticcheck
- unused
- misspell
- nakedret
# - prealloc
# - revive
# - staticcheck
- unconvert
# - unparam
# - unused
- whitespace
formatters:
enable:
- gofmt