Member Junction
    Preparing search index...

    One check's outcome, after severity is applied.

    interface CheckOutcome {
        Check: StandardCheck;
        Notes: string[];
        Severity: "warn" | "error";
        Violations: Violation[];
    }
    Index

    Properties

    Notes: string[]
    Severity: "warn" | "error"
    Violations: Violation[]