Files
reproxy/vendor/github.com/Microsoft/hcsshim/.gometalinter.json
2021-04-01 02:37:48 -05:00

17 lines
244 B
JSON

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