26 Star 114 Fork 44

TarsCloud/TarsGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yaml 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
LbbNiu 提交于 2023-04-27 20:23 . feat: golangci-lint replace staticcheck
run:
timeout: 30m
skip-dirs:
- tars/protocol/res
linters:
disable-all: true
enable:
- unused
- ineffassign
- goimports
- gofmt
- misspell
- unparam
- unconvert
- govet
# - errcheck
- staticcheck
linters-settings:
staticcheck:
go: "1.17"
checks:
- "all"
# TODO(fix) Using a deprecated function, variable, constant or field
- "-SA1019"
unused:
go: "1.17"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/TarsCloud/TarsGo.git
git@gitee.com:TarsCloud/TarsGo.git
TarsCloud
TarsGo
TarsGo
master

搜索帮助