Is your proposal related to a problem?
Users might want to filter out some replays as a part of the validation pipeline. Validators should be composable.
Describe the solution you'd like
A list of callable validators passed that will be executed on the files.
Pseudocode:
if any(validator is not true) -> skip file
Is your proposal related to a problem?
Users might want to filter out some replays as a part of the validation pipeline. Validators should be composable.
Describe the solution you'd like
A list of callable validators passed that will be executed on the files.
Pseudocode: