mattytrentini / mpbuild

MicroPython build tool
MIT License
7 stars 3 forks source link

Validate board.json with jsonschema #23

Open mattytrentini opened 2 weeks ago

mattytrentini commented 2 weeks ago

This may be better implemented as a pre-commit hook in MicroPython itself. The idea is to check all board.json files to ensure they follow a schema so consistency is maintained for all boards.

https://github.com/python-jsonschema/jsonschema/

Also see https://github.com/micropython/micropython/pull/12163.