interface SubProjConfig {
    checks: SubProjCheck[];
    id: string;
    paths: SubProjPath[];
}

Properties

Properties

checks: SubProjCheck[]

A list of check IDs that are expected to pass for the sub-project.

id: string

The ID for the sub-project

paths: SubProjPath[]

The paths that defines this sub-project within the repository.

Generated using TypeDoc