Member Junction
    Preparing search index...

    One thing a check found wrong.

    interface Violation {
        File: string;
        Line: number;
        Message: string;
        Package?: string;
    }
    Index

    Properties

    File: string

    Repo-relative path of the offending file.

    Line: number

    1-based line, or 0 for a whole-file / manifest finding.

    Message: string

    What is wrong, and — always — what to do instead.

    Package?: string

    The package the file belongs to, when the check knows it.