1 Star 0 Fork 0

sunkai/k3s

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.golangci.json 223 Bytes
Copy Edit Raw Blame History
Erik Wilson authored 2019-03-25 12:50 +08:00 . Upgrade to golangci-lint
{
"linters": {
"disable-all": true,
"enable": [
"govet",
"golint",
"goimports",
"misspell",
"ineffassign",
"gofmt"
]
},
"run": {
"skip-files": [
"/zz_generated_"
],
"deadline": "5m"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linzph/k3s.git
git@gitee.com:linzph/k3s.git
linzph
k3s
k3s
master

Search