2018-10-04 18:42:29 +00:00
|
|
|
{
|
|
|
|
"Disable": [
|
2018-11-18 18:54:52 +00:00
|
|
|
"goconst",
|
2018-10-04 18:42:29 +00:00
|
|
|
"gocyclo",
|
2018-11-18 18:54:52 +00:00
|
|
|
"gosec",
|
2018-10-04 18:42:29 +00:00
|
|
|
"maligned",
|
2018-11-18 18:54:52 +00:00
|
|
|
"megacheck"
|
|
|
|
],
|
|
|
|
"Enable": [
|
|
|
|
"deadcode",
|
|
|
|
"errcheck",
|
|
|
|
"golint",
|
|
|
|
"gotype",
|
|
|
|
"gotypex",
|
|
|
|
"ineffassign",
|
|
|
|
"interfacer",
|
|
|
|
"structcheck",
|
|
|
|
"unconvert",
|
|
|
|
"varcheck",
|
|
|
|
"vet",
|
|
|
|
"vetshadow"
|
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
|
|
|
]
|
|
|
|
}
|