ali2210/WizDwarf

View on GitHub
other/bucket/wbucket.go

Summary

Maintainability
A
45 mins
Test Coverage

Method GBucket.New_Bucket has 7 return statements (exceeds 4 allowed).
Open

func (c *GBucket) New_Bucket(o *proto.Object) *proto.IObject {

    // ensure data validation
    if strings.Contains(o.Name, " ") {
        return &proto.IObject{Iobject: &proto.Object{}, Istatus: proto.Object_Status_ERROR}
Severity: Major
Found in other/bucket/wbucket.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status