vorteil/vorteil

View on GitHub
pkg/virtualizers/vmware/util.go

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function GenerateVMX has 59 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func GenerateVMX(cores, memory, disk, name, dir string, numberOfNetworkCards int, networkType string, id string) string {
    replace := func(in, replace, with string) string {
        return strings.Replace(in, replace, with, -1)
    }

Severity: Minor
Found in pkg/virtualizers/vmware/util.go - About 1 hr to fix

    Function GenerateVMX has a Cognitive Complexity of 21 (exceeds 20 allowed). Consider refactoring.
    Open

    func GenerateVMX(cores, memory, disk, name, dir string, numberOfNetworkCards int, networkType string, id string) string {
        replace := func(in, replace, with string) string {
            return strings.Replace(in, replace, with, -1)
        }
    
    
    Severity: Minor
    Found in pkg/virtualizers/vmware/util.go - About 25 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    There are no issues that match your filters.

    Category
    Status