k3s/vendor/github.com/Microsoft/hcsshim/.gometalinter.json
Darren Shepherd fa08d6076c Update vendor
2019-01-11 21:58:27 -07:00

17 lines
244 B
JSON

{
"Vendor": true,
"Deadline": "2m",
"Sort": [
"linter",
"severity",
"path",
"line"
],
"Skip": [
"internal\\schema2"
],
"EnableGC": true,
"Enable": [
"gofmt"
]
}