summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/.gometalinter.json
blob: 00e9a6e2ecf6f07662c25db54e06cffbfb5aecd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "Vendor": true,
    "Deadline": "2m",
    "Sort": [
        "linter",
        "severity",
        "path",
        "line"
    ],
    "Skip": [
        "internal\\schema2"
    ],
    "EnableGC": true,
    "Enable": [
        "gofmt"
    ]
}