core-utils
    Preparing search index...
    interface PlaywrightFlakePatternViolation {
        column: number;
        filePath: string;
        line: number;
        message: string;
        ruleId:
            | "fixed-sleep"
            | "response-wait"
            | "retry-classification"
            | "test-data-identity"
            | "shared-readiness";
    }
    Index
    column: number
    filePath: string
    line: number
    message: string
    ruleId:
        | "fixed-sleep"
        | "response-wait"
        | "retry-classification"
        | "test-data-identity"
        | "shared-readiness"