Member Junction
    Preparing search index...

    What a check returns.

    interface CheckResult {
        Notes?: string[];
        Violations: Violation[];
    }
    Index

    Properties

    Properties

    Notes?: string[]

    Things the check wants said that are not violations — "12 packages scanned, 3 skipped". Printed under the check's heading; never affects exit code.

    Violations: Violation[]