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

22 lines
329 B
YAML

linters:
fast: false
enable-all: true
disable:
- gomnd
- gochecknoglobals
- testpackage
- goerr113
- exhaustivestruct
- paralleltest
- nolintlint
- ifshort
- varnamelen
- exhaustruct
- nonamedreturns
# Deprecated
- maligned
- scopelint
- golint
- interfacer