| 43 | * and a consistent interface for checking the activation state of validations |
| 44 | */ |
| 45 | export abstract class PullRequestValidation { |
| 46 | constructor( |
| 47 | protected name: keyof PullRequestValidationConfig, |
| 48 | protected _createError: PullRequestValidationErrorCreateFn, |
nothing calls this directly
no outgoing calls
no test coverage detected