@eagleoutice/flowr - v2.10.2
    Preparing search index...

    A linting result for a single linting rule match.

    interface LintingResult {
        certainty: LintingResultCertainty;
        involvedId: NodeId | NodeId[] | undefined;
        quickFix?: LintQuickFix[];
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of LintingResult
    Index

    Properties

    The certainty of the linting result.

    involvedId: NodeId | NodeId[] | undefined

    The node ID or IDs involved in this linting result, if applicable.

    quickFix?: LintQuickFix[]

    If available, what to do to fix the linting result.