Files
micro-server-tcp/.golangci.yml
pugnack 72f3f19b2f
All checks were successful
coverage / build (push) Successful in 1m16s
test / test (push) Successful in 3m38s
[v3] update ci (#208)
* rename .github to .github.old

* update readme

* rename .gitea to .github

* update ci

* fix linters
2025-05-05 18:01:26 +03:00

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