28 lines
402 B
YAML
28 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
|