ekristen/gcp-nuke

View on GitHub
pkg/commands/project/project.go

Summary

Maintainability
A
1 hr
Test Coverage

Function execute has 62 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func execute(c *cli.Context) error {
    project, err := gcputil.New(c.Context, c.String("project-id"), c.String("impersonate-service-account"))
    if err != nil {
        return err
    }
Severity: Minor
Found in pkg/commands/project/project.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status