5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-04 08:16:17 +00:00

15 lines
206 B
JSON
Raw Normal View History

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