86 lines
1.3 KiB
YAML
86 lines
1.3 KiB
YAML
|
run:
|
||
|
tests: false
|
||
|
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- asciicheck
|
||
|
- bidichk
|
||
|
- bodyclose
|
||
|
- containedctx
|
||
|
- contextcheck
|
||
|
- cyclop
|
||
|
- deadcode
|
||
|
- decorder
|
||
|
- depguard
|
||
|
- dogsled
|
||
|
- dupl
|
||
|
- durationcheck
|
||
|
- errcheck
|
||
|
- errchkjson
|
||
|
- errname
|
||
|
- errorlint
|
||
|
- exhaustive
|
||
|
- exportloopref
|
||
|
- forbidigo
|
||
|
- funlen
|
||
|
- gci
|
||
|
- gochecknoglobals
|
||
|
- gochecknoinits
|
||
|
- gocognit
|
||
|
- goconst
|
||
|
- gocritic
|
||
|
- gocyclo
|
||
|
- godox
|
||
|
- goerr113
|
||
|
- gofmt
|
||
|
- gofumpt
|
||
|
- goheader
|
||
|
- goimports
|
||
|
- gomnd
|
||
|
- gomoddirectives
|
||
|
- gomodguard
|
||
|
- goprintffuncname
|
||
|
- gosec
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- grouper
|
||
|
- ifshort
|
||
|
- importas
|
||
|
- ineffassign
|
||
|
- ireturn
|
||
|
- lll
|
||
|
- maintidx
|
||
|
- makezero
|
||
|
- misspell
|
||
|
- nakedret
|
||
|
- nestif
|
||
|
- nilerr
|
||
|
- nilnil
|
||
|
- noctx
|
||
|
- nolintlint
|
||
|
- paralleltest
|
||
|
- prealloc
|
||
|
- predeclared
|
||
|
- promlinter
|
||
|
- revive
|
||
|
- rowserrcheck
|
||
|
- sqlclosecheck
|
||
|
- staticcheck
|
||
|
- structcheck
|
||
|
- stylecheck
|
||
|
- tagliatelle
|
||
|
- tenv
|
||
|
- testpackage
|
||
|
- thelper
|
||
|
- tparallel
|
||
|
- typecheck
|
||
|
- unconvert
|
||
|
- unparam
|
||
|
- unused
|
||
|
- varcheck
|
||
|
- varnamelen
|
||
|
- wastedassign
|
||
|
- whitespace
|
||
|
- wrapcheck
|