4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-09-10 23:32:30 +00:00
Files
matterbridge/vendor/github.com/slack-go/slack/.gometalinter.json
2020-03-01 20:59:19 +01:00

15 lines
206 B
JSON

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