Unleash/unleash-client-go

View on GitHub
nooplistener.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method NoopListener.OnWarning should have comment or be unexported
Open

func (l NoopListener) OnWarning(warning error) {
Severity: Minor
Found in nooplistener.go by golint

exported method NoopListener.OnError should have comment or be unexported
Open

func (l NoopListener) OnError(err error) {
Severity: Minor
Found in nooplistener.go by golint

comment on exported method NoopListener.OnSent should be of the form "OnSent ..."
Open

// The server has uploaded metrics.
Severity: Minor
Found in nooplistener.go by golint

comment on exported method NoopListener.OnRegistered should be of the form "OnRegistered ..."
Open

// The client has registered.
Severity: Minor
Found in nooplistener.go by golint

comment on exported method NoopListener.OnReady should be of the form "OnReady ..."
Open

// The repository is ready.
Severity: Minor
Found in nooplistener.go by golint

comment on exported method NoopListener.OnCount should be of the form "OnCount ..."
Open

// The feature is queried.
Severity: Minor
Found in nooplistener.go by golint

There are no issues that match your filters.

Category
Status