| 24 | ); |
| 25 | |
| 26 | class Validation extends PullRequestValidation { |
| 27 | async assert(pullRequest: PullRequestFromGithub, gitClient: AuthenticatedGitClient) { |
| 28 | if (!pullRequestRequiresTGP(pullRequest)) { |
| 29 | return; |
nothing calls this directly
no outgoing calls
no test coverage detected