forked from TrueCloudLab/lego
26 lines
330 B
JSON
26 lines
330 B
JSON
|
{
|
||
|
"Vendor": true,
|
||
|
"Test": true,
|
||
|
"Sort": [
|
||
|
"path",
|
||
|
"line",
|
||
|
"column",
|
||
|
"linter",
|
||
|
"severity"
|
||
|
],
|
||
|
"Cyclo": 12,
|
||
|
"Enable": [
|
||
|
"gotypex",
|
||
|
"varcheck",
|
||
|
"gotype",
|
||
|
"interfacer",
|
||
|
"misspell",
|
||
|
"ineffassign",
|
||
|
"golint",
|
||
|
"vet",
|
||
|
"gosimple"
|
||
|
],
|
||
|
"Exclude": [],
|
||
|
"Deadline": "2m"
|
||
|
}
|