Skip to content

Composable Validators #68

@Kaszanas

Description

@Kaszanas

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions