UNPKG

@afuteam-nx/plugin-code-complexity

Version:

对代码仓库执行代码质量的复杂度检查,支持批量项目。

6 lines (5 loc) 245 B
export interface RunExecutorSchema { "localFileReposWithAFULintTypePath": string; // 项目信息地址 "localFilesAllReposCodePath": string; // 项目源码地址 "resultPath": string; // 插件结果输出位置 } // eslint-disable-line