Skip to content

fix: lua getNumber overflow with "MoveEvent::EquipItem" function #12109

fix: lua getNumber overflow with "MoveEvent::EquipItem" function

fix: lua getNumber overflow with "MoveEvent::EquipItem" function #12109

GitHub Actions / shellcheck succeeded Nov 20, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

start_gdb.sh|18 col 6| Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
recompile.sh|65 col 30| To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
docker/config.sh|13 col 11| Use grep -q instead of comparing output with [ -n .. ].