代码拉取完成,页面将自动刷新
{
"Enable": [
"deadcode",
"gosec",
"goconst",
"gofmt",
"golint",
"ineffassign",
"misspell",
"vet"
],
"Linters": {
"gosec": {
"command": "gosec -fmt=csv -exclude=G201,G202"
}
},
"Exclude": [
"^pkg/([[:alnum:]_]+/)*[[:alnum:]_]+(\\.pb|\\.pb\\.gw|\\.pb.fm|\\.pb.util.fm|_populate|pb_test)\\.go:.+",
"^pkg/band/[[:alpha:]]{2}(_[[:digit:]]{3}){1,2}\\.go:([[:digit:]]+:){2}[[:alpha:]]+: (don't use ALL_CAPS in Go names; use CamelCase|don't use underscores in Go names;)",
"^pkg(/[[:alnum:]_]+)+_test.go:[[:digit:]]+::[[:alpha:]]+:.+\\(dupl\\)",
"^pkg/ttnpb/([[:alnum:]_]+/)*[[:alnum:]_]+.go"
],
"Cyclo": 25,
"DuplThreshold": 200,
"EnableGC": true,
"Sort": ["path", "line"],
"Vendor": true
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。