87 Star 722 Fork 223

GVP刘丹冰Aceld / zinx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yaml 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
valiner 提交于 2023-09-04 11:52 . Update the minimum go version
run:
timeout: 30m
skip-dirs:
- examples
linters:
disable-all: true
enable:
#- unused
- ineffassign
- goimports
- gofmt
- misspell
- unparam
- unconvert
- govet
# - errcheck
- staticcheck
linters-settings:
staticcheck:
go: "1.17"
checks:
- "all"
- "-SA1019"
unused:
go: "1.17"
Go
1
https://gitee.com/Aceld/zinx.git
git@gitee.com:Aceld/zinx.git
Aceld
zinx
zinx
master

搜索帮助