Codebase list aptly / debian/1.3.0+ds1-2.2 linter.json
debian/1.3.0+ds1-2.2

Tree @debian/1.3.0+ds1-2.2 (Download .tar.gz)

linter.json @debian/1.3.0+ds1-2.2raw · history · blame

{
    "DisableAll": true,
    "Enable": [
        "vet",
        "golint",
        "gofmt",
        "deadcode",
        "goimports",
        "misspell",
        "gosimple",
        "ineffassign",
        "staticcheck",
        "varcheck",
        "structcheck",
        "maligned",
        "vetshadow",
        "goconst",
        "interfacer"
    ],
    "Deadline": "20m",
    "Vendor": true,
    "VendoredLinters": true,
    "Concurrency": 1
}