summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nlopes/slack/.gometalinter.json
blob: 5fa629d437ef6f65fc85eed9d445dfe23f079fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "DisableAll": true,
  "Enable": [
    "structcheck",
    "vet",
    "misspell",
    "unconvert",
    "interfacer",
    "goimports"
  ],
  "Vendor": true,
  "Exclude": ["vendor"],
  "Deadline": "300s"
}