ekristen/aws-nuke

View on GitHub
pkg/awsutil/config.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Credentials.rootConfig has 57 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (c *Credentials) rootConfig(ctx context.Context) (*aws.Config, error) {
    if c.cfg != nil {
        return c.cfg, nil
    }

Severity: Minor
Found in pkg/awsutil/config.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status