k3s/vendor/github.com/docker/distribution/.gometalinter.json
Darren Shepherd 10f48f4f3f Update vendor
2019-03-04 10:04:48 -07:00

17 lines
240 B
JSON

{
"Vendor": true,
"Deadline": "2m",
"Sort": ["linter", "severity", "path", "line"],
"EnableGC": true,
"Enable": [
"structcheck",
"staticcheck",
"unconvert",
"gofmt",
"goimports",
"golint",
"vet"
]
}