MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/pr/common/validation/validation-config.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 * and a consistent interface for checking the activation state of validations
44 */
45export abstract class PullRequestValidation {
46 constructor(
47 protected name: keyof PullRequestValidationConfig,
48 protected _createError: PullRequestValidationErrorCreateFn,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected