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

    Enumeration LintingResultCertainty

    Index

    Enumeration Members

    Enumeration Members

    Certain: "certain"

    The linting rule is certain that the reported lint is real. This linting certainty should be used for linting results whose calculations do not involve estimates or other unknown factors.

    Uncertain: "uncertain"

    The linting rule cannot say for sure whether the result is correct or not. This linting certainty should be used for linting results whose calculations are based on estimations involving unknown side effects, reflection, etc.