Jamesmoore/logging #171
Annotations
6 errors
golang:
pkg/storage/protocol/protocol_rw.go#L43
var-naming: struct field metricWaitingForId should be metricWaitingForID (revive)
|
golang:
pkg/storage/protocol/protocol_rw.go#L97
var-naming: struct field WaitingForId should be WaitingForID (revive)
|
golang:
pkg/storage/volatilitymonitor/volatility_monitor.go#L24
exported: type name will be used as volatilitymonitor.VolatilityMonitorMetrics by other packages, and that stutters; consider calling this Metrics (revive)
|
golang:
pkg/storage/dirtytracker/dirty_tracker.go#L31
exported: type name will be used as dirtytracker.DirtyTrackerMetrics by other packages, and that stutters; consider calling this Metrics (revive)
|
golang:
pkg/storage/metrics/metrics.go#L64
var-naming: struct field protocolWaitingForId should be protocolWaitingForID (revive)
|
golang
issues found
|