vorteil/vorteil

View on GitHub
pkg/vdecompiler/ext-inode.go

Summary

Maintainability
A
40 mins
Test Coverage

Method inodeReader.loadNextBlock has 6 return statements (exceeds 4 allowed).
Open

func (r *inodeReader) loadNextBlock() error {

    if r.blockNo >= len(r.blockAddrs) {
        r.eof = true
        return io.EOF
Severity: Major
Found in pkg/vdecompiler/ext-inode.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status