ipfs/ipfs-cluster

View on GitHub
cmd/ipfs-cluster-follow/main.go

Summary

Maintainability
A
2 hrs
Test Coverage

Function main has 111 lines of code (exceeds 80 allowed). Consider refactoring.
Open

func main() {
    app := cli.NewApp()
    app.Name = programName
    app.Usage = "IPFS Cluster Follower"
    app.UsageText = fmt.Sprintf("%s [global options] <clusterName> [subcommand]...", programName)
Severity: Major
Found in cmd/ipfs-cluster-follow/main.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status