EU Parliament Monitor — API Documentation - v0.9.0
    Preparing search index...

    A single shell safety violation found during validation.

    interface ShellSafetyViolation {
        ruleId: string;
        description: string;
        lineNumber: number;
        lineContent: string;
    }
    Index

    Properties

    ruleId: string

    The rule that was violated.

    description: string

    Human-readable description of the violation.

    lineNumber: number

    1-based line number where the violation was found (matches original file).

    lineContent: string

    The trimmed content of the violating line.