mirror of
https://github.com/restincode/restincode.git
synced 2026-09-11 17:19:30 +02:00
Schema errors were reported but the cross-file checks still walked the data as if it were well-formed, so a null list entry or a null item in socialmedialinks crashed with an AttributeError and hid every other error. Treat schema validation as a gate: report and skip the file. Also skip the 'not listed in peoplelist.json' check when peoplelist.json itself fails the schema, so the root cause is not buried. |
||
|---|---|---|
| .. | ||
| requirements.txt | ||
| validate_people.py | ||