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

    Variable defaultFormatterConst

    defaultFormatter: {
        formatOutput(output: LintResult, isDryRun: boolean): string;
        formatResult(
            result: Result,
            ruleName: string,
            rulePolicyUrl?: string | undefined,
            rulePolicyInfo?: string | undefined,
            errorSymbol: string,
            okSymbol?: string,
        ): string;
        getSymbol(level: string): string;
    } = ...

    Type Declaration

    • formatOutput: function
    • formatResult: function
      • Parameters

        • result: Result
        • ruleName: string
        • rulePolicyUrl: string | undefined = undefined
        • rulePolicyInfo: string | undefined = undefined
        • errorSymbol: string
        • okSymbol: string = logSymbols.success

        Returns string

    • getSymbol: function