interface ViolationFormatter {
    format: (violation: Violation) => string;
}
