pkg/application/refactor/moveclass/move_class_app.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func CopyFile(src, dst string) (int64, error) {
    sourceFileStat, err := os.Stat(src)
    if err != nil {
        return 0, err
    }
Severity: Major
Found in pkg/application/refactor/moveclass/move_class_app.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status