mirror of
https://github.com/go-kratos/kratos.git
synced 2025-02-09 13:36:57 +02:00
* ci: use golangci-lint to replace the deprecated golint Co-authored-by: ymh199478 <yumenghan@bilibili.com>
11 lines
151 B
YAML
11 lines
151 B
YAML
run:
|
|
timeout: 5m
|
|
modules-download-mode: readonly
|
|
skip-files:
|
|
- ".*_test\\.go$"
|
|
|
|
linters:
|
|
enable:
|
|
- revive
|
|
- staticcheck
|
|
- govet |