{
"Disable": [
"gocyclo",
"maligned",
"megacheck"
],
"Exclude": [
"don't use underscores in Go names",
"exported type .+ should have comment or be unexported"
]
}