github.com/mre-fog/trillianxx@v1.1.2-0.20180615153820-ae375a99d36a/gometalinter.json (about)

     1  {
     2    "Deadline": "90s",
     3    "Linters": {
     4      "license": "./scripts/check_license.sh:PATH:LINE:MESSAGE",
     5      "unforked": "./scripts/check_unforked.sh:PATH:LINE:MESSAGE"
     6    },
     7    "Enable": [
     8      "gocyclo",
     9      "gofmt",
    10      "goimports",
    11      "golint",
    12      "license",
    13      "megacheck",
    14      "misspell",
    15      "unforked",
    16      "vet"
    17    ],
    18    "Exclude": [
    19      ".+\\.pb\\.go",
    20      ".+\\.pb\\.gw\\.go",
    21      "mock_.+\\.go"
    22    ],
    23    "Cyclo": 25,
    24    "Vendor": true
    25  }