| 18 | ); |
| 19 | |
| 20 | class Validation extends PullRequestValidation { |
| 21 | assert(pullRequest: PullRequestFromGithub, config: PullRequestConfig) { |
| 22 | if (config.requiredStatuses === undefined) { |
| 23 | return; |
nothing calls this directly
no outgoing calls
no test coverage detected