Lint-fix: Final golint, ignore capitalisation rules

This commit is contained in:
Calle Pettersson
2018-10-04 21:55:00 +02:00
committed by Calle Pettersson
parent 93904954f4
commit 0121fd6471
4 changed files with 6 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
],
"Exclude": [
"don't use underscores in Go names",
"exported type .+ should have comment or be unexported"
"exported type .+ should have comment or be unexported",
"should be"
]
}