mirror of https://github.com/aptly-dev/aptly
25 lines
445 B
JSON
25 lines
445 B
JSON
{
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"vet",
|
|
"golint",
|
|
"gofmt",
|
|
"deadcode",
|
|
"goimports",
|
|
"misspell",
|
|
"gosimple",
|
|
"ineffassign",
|
|
"staticcheck",
|
|
"varcheck",
|
|
"structcheck",
|
|
"maligned",
|
|
"vetshadow",
|
|
"goconst",
|
|
"interfacer"
|
|
],
|
|
"Deadline": "20m",
|
|
"Vendor": true,
|
|
"VendoredLinters": true,
|
|
"Concurrency": 1
|
|
}
|