17 Star 109 Fork 20

kevwan / go-stash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yml 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevwan 提交于 2020-08-13 17:13 . initial import
run:
# concurrency: 6
timeout: 5m
skip-dirs:
- core
- doc
- example
- rest
- rpcx
- tools
linters:
disable-all: true
enable:
- bodyclose
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
# - dupl
linters-settings:
issues:
exclude-rules:
- linters:
- staticcheck
text: 'SA1019: (baseresponse.BoolResponse|oldresponse.FormatBadRequestResponse|oldresponse.FormatResponse)|SA5008: unknown JSON option ("optional"|"default=|"range=|"options=)'
Go
1
https://gitee.com/kevwan/go-stash.git
git@gitee.com:kevwan/go-stash.git
kevwan
go-stash
go-stash
master

搜索帮助