1 Star 0 Fork 236

xiaobai/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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xiaobai2024/zinx.git
[email protected]:xiaobai2024/zinx.git
xiaobai2024
zinx
zinx
master

搜索帮助