-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The unique feature of Validator is its report system. The idea is to add an open interface for other scripts, similar to what we have for localization packs. Those scripts could be tiny, without any user interface (just like localization packs are). Validator will trigger those scripts for each segment/place, scripts will check the segments/places and report back issues.
The example user workflow:
- Install Validator.
- Install few custom plugins.
- Use Validator as usual.
- Validator will show all plugin's reports and report them to user.
Long term benefits:
- This will make Validator much smaller by extracting all the current checks as plugins.
- This will make a bridge between Validator and other (existing) scripts, so we don't need to reimplement existing checks.
- Hopefully, other script writers will be more interested in contributing to Validator or its plugins, because at the moment other script writers might treat Validator as a competitor.
Metadata
Metadata
Assignees
Labels
No labels