27 lines
402 B
YAML
27 lines
402 B
YAML
linters:
|
|
enable-all: false
|
|
disable-all: true
|
|
fast: false
|
|
enable:
|
|
- bidichk
|
|
- dupl
|
|
- errcheck
|
|
- forbidigo
|
|
- gocritic
|
|
- gofmt
|
|
- gofumpt
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- nakedret
|
|
- nolintlint
|
|
- revive
|
|
- staticcheck
|
|
- stylecheck
|
|
- tenv
|
|
- testifylint
|
|
- typecheck
|
|
- unconvert
|
|
- unused
|
|
- unparam
|
|
- wastedassign
|