metalinter.json 422 字节
Newer Older
martianzhang's avatar
martianzhang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
    "Vendor": true,
    "DisableAll": true,
    "Enable": [
        "gofmt",
        "goimports",
        "interfacer",
        "misspell",
        "unconvert",
        "gosimple",
        "golint",
        "structcheck",
        "deadcode",
        "ineffassign",
        "varcheck",
        "gas",
        "vet"
    ],
    "Exclude": [
        "MagicWordSZjYPIDgod1M8XqYEwhsdlzv2SyAtjy8"
    ],
    "Deadline": "5m"
}