1 Star 0 Fork 224

gaknl / zinx

forked from 刘丹冰Aceld / zinx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yaml 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
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.16"
checks:
- "all"
- "-SA1019"
unused:
go: "1.16"
Go
1
https://gitee.com/gaknl/zinx.git
git@gitee.com:gaknl/zinx.git
gaknl
zinx
zinx
master

搜索帮助