ProjectCacophony/Gateway

View on GitHub
cmd/gateway/main.go

Summary

Maintainability
A
0 mins
Test Coverage

Function main has 145 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func main() {
    // init config
    var config config
    err := envconfig.Process("", &config)
    if err != nil {
Severity: Major
Found in cmd/gateway/main.go - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status