1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
2018-08-19 14:33:19 -07:00

25 lines
339 B
JSON

{
"DisableAll": true,
"Enable": [
"deadcode",
"unconvert",
"golint",
"vetshadow",
"vet",
"unused",
"gofmt",
"goimports",
"goconst",
"errcheck",
"interfacer",
"gosec",
"unconvert",
"testify",
"unparam",
"varcheck",
"gotype",
"ineffassign",
"staticcheck"
]
}