Codebase list golang-github-nlopes-slack / f282e598-9350-4d40-ba4b-90cbf2cd4600/v0.5.0 .gometalinter.json
f282e598-9350-4d40-ba4b-90cbf2cd4600/v0.5.0

Tree @f282e598-9350-4d40-ba4b-90cbf2cd4600/v0.5.0 (Download .tar.gz)

.gometalinter.json @f282e598-9350-4d40-ba4b-90cbf2cd4600/v0.5.0raw · history · blame

{
  "DisableAll": true,
  "Enable": [
    "structcheck",
    "vet",
    "misspell",
    "unconvert",
    "interfacer",
    "goimports"
  ],
  "Vendor": true,
  "Exclude": ["vendor"],
  "Deadline": "300s"
}