mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-16 02:47:03 +02:00
b44e47b087
* feat: optimize the code and use golangci-lint to check for any errors * fix: TestLogger unit test
14 lines
193 B
YAML
14 lines
193 B
YAML
run:
|
|
timeout: 5m
|
|
modules-download-mode: readonly
|
|
skip-files:
|
|
- ".*_test\\.go$"
|
|
|
|
linters:
|
|
enable:
|
|
- revive
|
|
- staticcheck
|
|
- govet
|
|
- gosimple
|
|
- gofmt
|
|
- errcheck |