Skip to content

Aerexplorer 1.6.3: Make compilable on Windhawk 1.5 #565

Aerexplorer 1.6.3: Make compilable on Windhawk 1.5

Aerexplorer 1.6.3: Make compilable on Windhawk 1.5 #565

Triggered via pull request August 17, 2024 19:55
Status Failure
Total duration 14s
Artifacts

pr_validation.yml

on: pull_request
Test changed files
6s
Test changed files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Test changed files
Process completed with exit code 1.
Test changed files: mods/aerexplorer.wh.cpp#L2557
Use either a comment or a variable name, not both.
Test changed files: mods/aerexplorer.wh.cpp#L2558
Please rename the symbol hooks variable to indicate the target module. Examples (can end with "hook" or "hooks"): * user32DllHooks * user32dll_hooks * user32_dll_hooks If the target module name can't be represented by a variable name, or if there is more than one target module, add all target modules in a comment above the symbol hooks variable, separated with commas. Example: // explorer.exe, taskbar.dll WindhawkUtils::SYMBOL_HOOK hooks[] = {...};
Test changed files: mods/aerexplorer.wh.cpp#L2857
Use either a comment or a variable name, not both.
Test changed files: mods/aerexplorer.wh.cpp#L2858
Please rename the symbol hooks variable to indicate the target module. Examples (can end with "hook" or "hooks"): * user32DllHooks * user32dll_hooks * user32_dll_hooks If the target module name can't be represented by a variable name, or if there is more than one target module, add all target modules in a comment above the symbol hooks variable, separated with commas. Example: // explorer.exe, taskbar.dll WindhawkUtils::SYMBOL_HOOK hooks[] = {...};