github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/.gometalinter.json (about)

     1  {
     2      "Enable": [
     3          "vet",
     4          "deadcode",
     5          "unconvert",
     6          "golint",
     7          "varcheck",
     8          "goconst",
     9          "gocyclo",
    10          "gotype"
    11      ],
    12      "Exclude": [
    13          "exported const",
    14          "suspect or"
    15      ]
    16  }