aboutsummaryrefslogtreecommitdiff
path: root/linter-fast.json
blob: 68d518444ce797e8415fba7e84c047613f4fcef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "Vendor": true,
    "Cyclo": 12,
    "Deadline": "5m",
    "Enable": [
        "vetshadow",
        "deadcode",
        "gocyclo",
        "ineffassign",
        "misspell",
        "errcheck",
        "vet",
        "gofmt",
        "goconst"
    ]
}