UNPKG

review-edit-auto

Version:

scan your project, only review edited code in given time-range automatic

10 lines (9 loc) 307 B
export interface IReviewParams { min?: number; // 最小代码复杂度 , 大于此值不会被添加到结果 rootPath?: string; ignoreFileName?: string; ignoreRules?: string[]; since?: string; // 从何时开始,有2种写法:2.weeks, 2022-01-02 filterLv?: string; useOutRc?: boolean; }