Update metadata and improve compatibility #2
GitHub Actions / Patch Validator
succeeded
May 13, 2024 in 8s
No violations
Result 🔬 | Source 📝 | Violations 🛑 | Symbols / Files 📇 | Duration ⏰ | ||
---|---|---|---|---|---|---|
Naming 🚫 | Reference ❌ | Overwrite ⛔ | ||||
🟢 Pass | Content_G1.src | 0 | 0 | 0 | 648 | 3 seconds, 806 milliseconds |
🟢 Pass | Content_G112.src | 0 | 0 | 0 | 652 | 4 seconds, 814 milliseconds |
🟢 Pass | Content_G130.src | 0 | 0 | 0 | 646 | 5 seconds, 774 milliseconds |
🟢 Pass | Content_G2.src | 0 | 0 | 0 | 651 | 6 seconds, 692 milliseconds |
🟢 Pass | Textures | 0 | - | - | 1 | 2 milliseconds |
See the check run for details.
Types of violations
- Naming violations occur when global Daedalus symbols are declared (or resource files are named) without a patch-specific prefix in their name (e.g.
Patch_Name_*
, see below). This is important to ensure cross-mod compatibility. - Reference violations occur when Daedalus symbols are referenced that may not exist (i.e. "Unknown Identifier"). A patch cannot presuppose common symbols.
- Overwrite violations occur when Daedalus symbols are declared that are not allowed to be overwritten. This is important to ensure proper function across mods.
PATCH_ITEMMAP_
ITEMMAP_
Details
The patch validator checked 2597 script symbols and 1 resource file.
For more details, see Ninja documentation.
Loading