* rename .github to .github.old * update readme * rename .gitea to .github * update ci * fix linters
35 lines
469 B
YAML
35 lines
469 B
YAML
run:
|
|
concurrency: 4
|
|
timeout: 5m
|
|
issues-exit-code: 1
|
|
tests: true
|
|
|
|
linters:
|
|
enable:
|
|
- govet
|
|
- errcheck
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- typecheck
|
|
- unused
|
|
- bodyclose
|
|
- gci
|
|
- goconst
|
|
- gocritic
|
|
- gosimple
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- gosec
|
|
- makezero
|
|
- misspell
|
|
- nakedret
|
|
- nestif
|
|
- nilerr
|
|
- noctx
|
|
- prealloc
|
|
- unconvert
|
|
- unparam
|
|
disable-all: false
|