zephinzer/dev

View on GitHub
internal/workspace/vscode.go

Summary

Maintainability
A
45 mins
Test Coverage

Method VSCode.WriteTo has 7 return statements (exceeds 4 allowed).
Open

func (vsc VSCode) WriteTo(workspacePath string, overwrite ...bool) error {
    isOverwritable := false
    if len(overwrite) > 0 {
        isOverwritable = overwrite[0]
    }
Severity: Major
Found in internal/workspace/vscode.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status