@damian-buho/repolinter - v2.0.13
    Preparing search index...

    Interface LintResult

    interface LintResult {
        errMsg?: string;
        errored: boolean;
        formatOptions?: Record<string, unknown>;
        params: {
            filterPaths: string[];
            ruleset: unknown;
            rulesetPath: string | undefined;
            targetDirectory: string;
        };
        passed: boolean;
        results: FormatResult[];
        targets: Record<string, Result>;
    }
    Index

    Properties

    errMsg?: string
    errored: boolean
    formatOptions?: Record<string, unknown>
    params: {
        filterPaths: string[];
        ruleset: unknown;
        rulesetPath: string | undefined;
        targetDirectory: string;
    }
    passed: boolean
    results: FormatResult[]
    targets: Record<string, Result>