vorteil/direktiv

View on GitHub
pkg/model/state-events-xor.go

Summary

Maintainability
A
40 mins
Test Coverage

Method EventsXorState.Validate has 6 return statements (exceeds 4 allowed).
Open

func (o *EventsXorState) Validate() error {
    if err := o.commonValidate(); err != nil {
        return err
    }

Severity: Major
Found in pkg/model/state-events-xor.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status