blob: eeec844c4744127f72785a5f531836639ec82e02 [file]
{
"DisableAll": true,
"Enable": ["golint", "vet", "varcheck", "unparam", "errcheck"],
"Exclude": [
"should have comment",
"comment on exported",
"should not use dot imports",
"don't use ALL_CAPS in Go names; use CamelCase",
"and that stutters"
]
}