nuts-foundation/nuts-node

View on GitHub
cmd/root.go

Summary

Maintainability
A
1 hr
Test Coverage
A
91%

Function CreateSystem has 58 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func CreateSystem(shutdownCallback context.CancelFunc) *core.System {
    system := core.NewSystem()

    // Create instances
    pkiInstance := pki.New()
Severity: Minor
Found in cmd/root.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status