Member Junction
    Preparing search index...

    The whole run.

    interface RunSummary {
        Available: { Check: StandardCheck; PostdatesAdoption: boolean }[];
        ErrorCount: number;
        Outcomes: CheckOutcome[];
        UnknownCheckIds: string[];
        WarningCount: number;
    }
    Index

    Properties

    Available: { Check: StandardCheck; PostdatesAdoption: boolean }[]

    Registered checks the repo has not adopted, and whether they postdate its adoption.

    ErrorCount: number
    Outcomes: CheckOutcome[]
    UnknownCheckIds: string[]

    Config keys that match no registered check — usually a typo or a removed standard.

    WarningCount: number