drupflare/drangler - v0.1.0
    Preparing search index...

    Interface ValidationReport

    interface ValidationReport {
        checks: ValidationCheck[];
        config: string;
        failed: CheckId[];
        ok: boolean;
        skipped: CheckId[];
        workspace: string;
    }
    Index
    checks: ValidationCheck[]
    config: string
    failed: CheckId[]

    checks that ran and failed

    ok: boolean
    skipped: CheckId[]

    checks that could not be made, which is not the same as passing

    workspace: string