mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
24 lines
325 B
JSON
24 lines
325 B
JSON
{
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"deadcode",
|
|
"unconvert",
|
|
"golint",
|
|
"vetshadow",
|
|
"vet",
|
|
"gofmt",
|
|
"goimports",
|
|
"goconst",
|
|
"errcheck",
|
|
"interfacer",
|
|
"gosec",
|
|
"unconvert",
|
|
"testify",
|
|
"unparam",
|
|
"varcheck",
|
|
"gotype",
|
|
"ineffassign",
|
|
"staticcheck"
|
|
]
|
|
}
|