2018-10-04 18:42:29 +00:00
|
|
|
{
|
|
|
|
"Disable": [
|
|
|
|
"gocyclo",
|
|
|
|
"maligned",
|
2018-10-05 05:17:19 +00:00
|
|
|
"megacheck",
|
|
|
|
"goconst"
|
2018-10-04 18:42:29 +00:00
|
|
|
],
|
|
|
|
"Exclude": [
|
|
|
|
"don't use underscores in Go names",
|
2018-10-04 19:55:00 +00:00
|
|
|
"exported type .+ should have comment or be unexported",
|
|
|
|
"should be"
|
2018-10-04 18:42:29 +00:00
|
|
|
]
|
|
|
|
}
|