dictyBase/modware-annotation

View on GitHub
internal/app/service/write_service.go

Summary

Maintainability
A
35 mins
Test Coverage

Method AnnotationService.UpdateAnnotation has 5 return statements (exceeds 4 allowed).
Open

func (s *AnnotationService) UpdateAnnotation(
    ctx context.Context,
    rta *annotation.TaggedAnnotationUpdate,
) (*annotation.TaggedAnnotation, error) {
    tga := &annotation.TaggedAnnotation{}
Severity: Major
Found in internal/app/service/write_service.go - About 35 mins to fix

There are no issues that match your filters.

Category
Status