AutoSpotting/AutoSpotting

View on GitHub
core/autoscaling_configuration.go

Summary

Maintainability
A
0 mins
Test Coverage

autoScalingGroup has 22 methods (exceeds 20 allowed). Consider refactoring.
Wontfix

func (a *autoScalingGroup) loadPercentageOnDemand(tagValue *string) (int64, bool) {
    percentage, err := strconv.ParseFloat(*tagValue, 64)
    if err != nil {
        log.Printf("Error with ParseFloat: %s\n", err.Error())
    } else if percentage == 0 {
Severity: Minor
Found in core/autoscaling_configuration.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status