mirror of
https://github.com/distribution/distribution
synced 2025-02-17 20:39:35 +01:00
17 lines
240 B
JSON
17 lines
240 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"EnableGC": true,
|
|
"Enable": [
|
|
"structcheck",
|
|
"staticcheck",
|
|
"unconvert",
|
|
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"vet"
|
|
]
|
|
}
|