internal/setup/setup.go

Summary

Maintainability
A
35 mins
Test Coverage

Function Create has 5 return statements (exceeds 4 allowed).
Open

func Create() error {
    var in struct {
        Name    string `json:"name"`
        Profile string `json:"profile"`
        Region  string `json:"region"`
Severity: Major
Found in internal/setup/setup.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status