UNPKG

@mediamonks/commitlint-issue-reference

Version:

Ensures your commit messages always include the same issue key as in your branch name

9 lines (8 loc) 585 B
export declare function outputFoundTicketInBranch(ticket: string): void; export declare function outputNoTicketInBranch(): void; export declare function getErrorBlock(): string; export declare function getActualHeader(): string; export declare function getExpectedHeader(): string; export declare function outputAuthAddTicket(ticket: string, updatedMessage: string): void; export declare function outputErrorInfo(missingTicket: string): void; export declare function outputError(errorMessage: string, message: string, expectedMessage: string | undefined, missingTicket: string): void;