dotcloud/docker

View on GitHub
distribution/metadata/v2_metadata_service.go

Summary

Maintainability
A
35 mins
Test Coverage

Method v2MetadataService.Remove has 5 return statements (exceeds 4 allowed).
Open

func (serv *v2MetadataService) Remove(metadata V2Metadata) error {
    if serv.store == nil {
        // Support a service which has no backend storage, in this case
        // an remove becomes a no-op.
        // TODO: implement in memory storage
Severity: Major
Found in distribution/metadata/v2_metadata_service.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status