Fs02/grimoire

View on GitHub
c/condition.go

Summary

Maintainability
A
55 mins
Test Coverage
A
100%

Function Not has 9 return statements (exceeds 4 allowed).
Open

func Not(inner ...Condition) Condition {
    if len(inner) == 1 {
        c := inner[0]
        switch c.Type {
        case ConditionEq:
Severity: Major
Found in c/condition.go - About 55 mins to fix

    There are no issues that match your filters.

    Category
    Status