axamon/hermes

View on GitHub
parsers/regman.go

Summary

Maintainability
A
1 hr
Test Coverage

Function REGMAN has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func REGMAN(ctx context.Context, logfile string, maxNumRoutines int) (err error) {

    ctx, cancel := context.WithCancel(ctx)
    defer cancel()

Severity: Minor
Found in parsers/regman.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status