writer.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Writer.Close has 5 return statements (exceeds 4 allowed).
Open

func (w *Writer) Close() error {
    if err := w.createLastPartRelationships(); err != nil {
        w.w.Close()
        return err
    }
Severity: Major
Found in writer.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status