1 Star 0 Fork 0

平凯星辰(北京)科技有限公司/ng-monitoring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.golangci.yml 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yexiang Zhang 提交于 2024-10-08 10:55 . *: upgrade to go1.23 (#264)
run:
timeout: 10m
linters:
disable-all: true
enable:
- misspell
- ineffassign
- typecheck
# - varcheck
- unused
# - structcheck
# - deadcode
- gosimple
- goimports
- errcheck
- staticcheck
- stylecheck
- gosec
- asciicheck
- bodyclose
# - exportloopref
- copyloopvar
- rowserrcheck
- unconvert
- makezero
- durationcheck
- prealloc
linters-settings:
staticcheck:
checks: ["S1002","S1004","S1007","S1009","S1010","S1012","S1019","S1020","S1021","S1024","S1030","SA2*","SA3*","SA4009","SA5*","SA6000","SA6001","SA6005", "-SA2002"]
stylecheck:
checks: ["-ST1003"]
issues:
exclude-rules:
- path: _test\.go
linters:
- errcheck
- gosec
- rowserrcheck
- makezero
- linters:
- gosec
text: "G115:"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/pingcap/ng-monitoring.git
[email protected]:pingcap/ng-monitoring.git
pingcap
ng-monitoring
ng-monitoring
main

搜索帮助