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

    Variable EXITConst

    EXIT: { FAILED: 1; FINDING: 3; OK: 0; USAGE: 2 } = ...

    Exit codes drangler uses, as a closed set.

    FINDING exists so a script can tell "the check could not run" from "the check ran and the answer is no". Collapsing those two onto 1 is what makes a CI step that greps output instead of reading the status.

    Type Declaration

    • ReadonlyFAILED: 1
    • ReadonlyFINDING: 3
    • ReadonlyOK: 0
    • ReadonlyUSAGE: 2