bnkamalesh/goapp

View on GitHub
internal/usernotes/usernotes.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Note.ValidateForCreate has 5 return statements (exceeds 4 allowed).
Open

func (note *Note) ValidateForCreate() error {
    if note == nil {
        return errors.Validation("empty note")
    }

Severity: Major
Found in internal/usernotes/usernotes.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status