mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-09-25 04:01:55 +02:00
The skip list keyed on /Modules/tmdb/lib/, which matches nothing: there is no src/Modules/tmdb* dir, and the vendored non-namespaced TMDB library lives at src/Infrastructure/Tmdb/lib/. So the intended skip was dead and that library was being scanned. Point the skip at the real path. Gate still passes (411 migrated classes, no violations).