cloudfoundry/korifi

View on GitHub
controllers/main.go

Summary

Maintainability
D
3 days
Test Coverage

Showing 2 of 2 total issues

Function main has 340 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
var metricsAddr string
var enableLeaderElection bool
var probeAddr string
 
 
Severity: Major
Found in controllers/main.go - About 1 day to fix

    Function main has a Cognitive Complexity of 87 (exceeds 20 allowed). Consider refactoring.
    Open

    func main() {
    var metricsAddr string
    var enableLeaderElection bool
    var probeAddr string
     
     
    Severity: Minor
    Found in controllers/main.go - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status