make tests more readable #68
Annotations
11 errors
vet-proto
Process completed with exit code 1.
|
tests (vet, 1.22):
internal/stats/metrics_recorder_list.go#L57
exported method MetricsRecorderList.RecordInt64Count should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/stats/metrics_recorder_list.go#L65
exported method MetricsRecorderList.RecordFloat64Count should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/stats/metrics_recorder_list.go#L73
exported method MetricsRecorderList.RecordInt64Histo should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/testutils/stats/test_metrics_recorder.go#L46
exported function NewTestMetricsRecorder should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/stats/metrics_recorder_list.go#L81
exported method MetricsRecorderList.RecordFloat64Histo should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/testutils/stats/test_metrics_recorder.go#L58
exported type MetricsData should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/testutils/stats/test_metrics_recorder.go#L70
exported method TestMetricsRecorder.WaitForInt64Count should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/stats/metrics_recorder_list.go#L89
exported method MetricsRecorderList.RecordInt64Gauge should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/testutils/stats/test_metrics_recorder.go#L81
exported method TestMetricsRecorder.RecordInt64Count should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/testutils/stats/test_metrics_recorder.go#L90
exported method TestMetricsRecorder.WaitForFloat64Count should have comment or be unexported https://revive.run/r#exported
|