summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/distribution/.gometalinter.json
blob: 9df5b14bcb2efcd121b4100f50508a1c6107a90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "Vendor": true,
  "Deadline": "2m",
  "Sort": ["linter", "severity", "path", "line"],
  "EnableGC": true,
  "Enable": [
    "structcheck",
    "staticcheck",
    "unconvert",

    "gofmt",
    "goimports",
    "golint",
    "vet"
  ]
}