Update metadata and improve compatibility #2
GitHub Actions / Patch Validator
succeeded
May 13, 2024 in 7s
No violations
Result 🔬 | Source 📝 | Violations 🛑 | Symbols / Files 📇 | Duration ⏰ | ||
---|---|---|---|---|---|---|
Naming 🚫 | Reference ❌ | Overwrite ⛔ | ||||
🟢 Pass | Content_G1.src | 0 | 0 | 0 | 394 | 4 seconds, 991 milliseconds |
🟢 Pass | Content_G112.src | 0 | 0 | 0 | 396 | 5 seconds, 898 milliseconds |
🟢 Pass | Content_G130.src | 0 | 0 | 0 | 380 | 6 seconds, 737 milliseconds |
🟢 Pass | Content_G2.src | 0 | 0 | 0 | 383 | 3 seconds, 933 milliseconds |
🟢 Pass | Textures | 0 | - | - | 2 | 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_COMPASS_
COMPASS_
Details
The patch validator checked 1553 script symbols and 2 resource files.
For more details, see Ninja documentation.
Loading