albertogviana/easyrsa

View on GitHub
easyrsa.go

Summary

Maintainability
A
40 mins
Test Coverage

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

func validate(config Config) error {
    if config.BinDir == "" {
        return errors.New("the path to easy-rsa directory was not define")
    }

Severity: Major
Found in easyrsa.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status