github.com/zhouyu0/docker-note@v0.0.0-20190722021225-b8d3825084db/hack/validate/gometalinter.json (about)

     1  {
     2    "Vendor": true,
     3    "EnableGC": true,
     4    "Sort": ["linter", "severity", "path"],
     5    "Exclude": [
     6      ".*\\.pb\\.go",
     7      "dockerversion/version_autogen.go",
     8      "api/types/container/container_.*",
     9      "api/types/volume/volume_.*",
    10      "integration-cli/"
    11    ],
    12    "Skip": ["integration-cli/"],
    13  
    14    "Enable": [
    15      "deadcode",
    16      "gofmt",
    17      "goimports",
    18      "golint",
    19      "gosimple",
    20      "ineffassign",
    21      "interfacer",
    22      "unconvert",
    23      "vet"
    24    ],
    25  
    26    "LineLength": 200
    27  }