danger-plugin-pull-request
Version:
A Danger plugin to verify the completion of a pull request
10 lines (9 loc) • 506 B
TypeScript
export declare const noAssignee: () => string;
export declare const noDescription: () => string;
export declare const descriptionNotLongEnough: (minimumLength: number) => string;
export declare const titleDoeNotMatch: (pattern: RegExp | string) => string;
export declare const bigPR: () => string;
export declare const refactorCode: () => string;
export declare const squashNotChecked: () => string;
export declare const deleteSourceBranchhNotChecked: () => string;
export declare const wip: () => string;