UNPKG

@afuteam-nx/plugin-code-complexity

Version:

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

18 lines (17 loc) 422 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "Run executor", "description": "", "type": "object", "properties": { "localFileReposWithAFULintTypePath": {"type": "string"}, "localFilesAllReposCodePath": {"type": "string"}, "resultPath": {"type": "string"} }, "required": [ "localFileReposWithAFULintTypePath", "localFilesAllReposCodePath", "resultPath" ] }