forked from TrueCloudLab/lego
1b12c25e43
* feat: add linters. * fix: lint.
25 lines
330 B
JSON
25 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"
|
|
}
|