mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-29 04:59:53 +00:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"structcheck",
|
|
"vet",
|
|
"misspell",
|
|
"unconvert",
|
|
"interfacer",
|
|
"goimports"
|
|
],
|
|
"Vendor": true,
|
|
"Exclude": ["vendor"],
|
|
"Deadline": "300s"
|
|
}
|