BytecodeAgency/import-boundary-checker

View on GitHub
runner/runner.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Runner.Run has 5 return statements (exceeds 4 allowed).
Open

func (r *Runner) Run() (failureOccurred bool) {
    // Lex and parse to get import ruleset
    l := r.doLex(r.configFile)
    if r.failed {
        return r.failed
Severity: Major
Found in runner/runner.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status