-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Labels
Description
test/docker/mqmetric_test_util.go:27:6: exported type MQMETRIC should have comment or be unexported
test/docker/mqmetric_test_util.go:33:7: don't use ALL_CAPS in Go names; use CamelCase
test/docker/mqmetric_test_util.go:33:7: exported const DEFAULT_METRIC_URL should have comment or be unexported
test/docker/mqmetric_test_util.go:34:7: don't use ALL_CAPS in Go names; use CamelCase
test/docker/mqmetric_test_util.go:34:7: exported const DEFAULT_METRIC_PORT should have comment or be unexported
test/docker/mqmetric_test_util.go:35:7: don't use ALL_CAPS in Go names; use CamelCase
test/docker/mqmetric_test_util.go:35:7: exported const DEFAULT_MQ_NAMESPACE should have comment or be unexported
Found 7 lint suggestions; failing.
make: *** [lint] Error 1```