windows_exporter/gometalinter.config

13 lines
258 B
Plaintext
Raw Normal View History

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",
"exported type .+ should have comment or be unexported",
"should be"
2018-10-04 18:42:29 +00:00
]
}