anexia/csi-driver

View on GitHub
pkg/driver/driver.go

Summary

Maintainability
A
40 mins
Test Coverage

Showing 1 of 1 total issue

Function Run has 6 return statements (exceeds 4 allowed).
Open

func Run(ctx context.Context, components types.Components, nodeID, endpoint string) error {
opts := server.Options{
Endpoint: endpoint,
NodeID: nodeID,
}
Severity: Major
Found in pkg/driver/driver.go - About 40 mins to fix
    Category
    Status