1 Star 7 Fork 1

FinOps/crane

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.golangci.yaml 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
LbbNiu 提交于 2022-04-13 13:01 . Fix golangci-lint code static check
run:
timeout: 30m
linters:
disable-all: true
enable:
- deadcode
- unused
- varcheck
- ineffassign
- goimports
- gofmt
- misspell
- unparam
- unconvert
- govet
- errcheck
- structcheck
- staticcheck
linters-settings:
staticcheck:
go: "1.17"
checks: [
"all",
"-SA1019", # TODO(fix) Using a deprecated function, variable, constant or field
]
unused:
go: "1.17"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/finops/crane.git
git@gitee.com:finops/crane.git
finops
crane
crane
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385