Files
timmy-config/go/pkg/mod/github.com/savsgio/gotils@v0.0.0-20240704082632-aef3928b8a38/.golangci.yml
2026-03-31 20:02:01 +00:00

20 lines
292 B
YAML

linters:
fast: false
enable-all: true
disable:
- gomnd
- gochecknoglobals
- testpackage
- paralleltest
- nolintlint
- varnamelen
- exhaustruct
- nonamedreturns
- depguard
- mnd
- copyloopvar
- intrange
# deprecated
- execinquery