mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 13:21:18 +00:00
Use gometalinter for linting put build artifact in dist/ store artifacts in circleci Signed-off-by: Daniel Nephin <dnephin@gmail.com>
27 lines
405 B
JSON
27 lines
405 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"EnableGC": true,
|
|
"WarnUnmatchedDirective": true,
|
|
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"deadcode",
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"gosimple",
|
|
"ineffassign",
|
|
"interfacer",
|
|
"lll",
|
|
"misspell",
|
|
"unconvert",
|
|
"unparam",
|
|
"unused",
|
|
"vet"
|
|
],
|
|
|
|
"LineLength": 160
|
|
}
|