@diullei/codeguardian
Version:
Open-source developer tool to validate and enforce architectural rules, especially for AI-generated code
11 lines • 398 B
TypeScript
import { ValidationReport, ValidationReporter } from './types';
export declare class ConsoleReporter implements ValidationReporter {
private readonly colors;
report(report: ValidationReport): void;
private printPytestStyleSummary;
private printRuleViolations;
private printViolation;
private formatLocation;
private color;
}
//# sourceMappingURL=ConsoleReporter.d.ts.map