MCPcopy Create free account
hub / github.com/conventional-changelog/commitlint / FormattableProblem

Interface FormattableProblem

@commitlint/types/src/format.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type Formatter = (report: FormattableReport, options: FormatOptions) => string;
6
7export interface FormattableProblem {
8 level: RuleConfigSeverity;
9 name: keyof QualifiedRules;
10 message: string;
11}
12
13export interface FormattableResult {
14 errors?: FormattableProblem[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected