main.go

Summary

Maintainability
A
35 mins
Test Coverage

Function runMain has 5 return statements (exceeds 4 allowed).
Open

func runMain() error {
    app := kingpin.New("ij", "IJ is a build tool using Docker containers.").Version(consts.Version)
    clean := app.Command("clean", "Remove exported files.")
    _ = app.Command("login", "Login to docker registries.")
    _ = app.Command("logout", "Logout of docker registries.")
Severity: Major
Found in main.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status