Release v23.6.0 #4360
Merged
Release v23.6.0 #4360
Codacy Production / Codacy Static Code Analysis
required action
Oct 29, 2023 in 0s
3 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 19 in .github/workflows/serverlist-validate-game-icons.sh
codacy-production / Codacy Static Code Analysis
.github/workflows/serverlist-validate-game-icons.sh#L19
Iterating over ls output is fragile. Use globs.
Check notice on line 31 in .github/workflows/serverlist-validate-game-icons.sh
codacy-production / Codacy Static Code Analysis
.github/workflows/serverlist-validate-game-icons.sh#L31
Use find instead of ls to better handle non-alphanumeric filenames.
Check warning on line 40 in .github/workflows/serverlist-validate-game-icons.sh
codacy-production / Codacy Static Code Analysis
.github/workflows/serverlist-validate-game-icons.sh#L40
Double quote to prevent globbing and word splitting.
Loading