ff78a99604
We don't really care about ensuring our structs are small, and sometimes its clearer to group struct fields together.
23 lines
374 B
JSON
23 lines
374 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"golint",
|
|
"varcheck",
|
|
"structcheck",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"unparam",
|
|
"errcheck",
|
|
"vet",
|
|
"megacheck",
|
|
"gofmt",
|
|
"goconst"
|
|
]
|
|
}
|