JOJ3/.golangci.yaml

29 lines
431 B
YAML

linters:
enable:
- bidichk
- dupl
- errcheck
- gocritic
- gofmt
- gofumpt
- goimports
- gosec
- gosimple
- govet
- ineffassign
- nakedret
- nolintlint
- prealloc
- staticcheck
- stylecheck
- testifylint
- typecheck
- unconvert
- unused
- unparam
- usetesting
- wastedassign
linters-settings:
stylecheck:
checks: ["all", "-ST1005"]