mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
GitHub Actions seems to be hiding colored whitespace, and after lots of
attempts I couldn't find a way to work it around.
So instead I'm using a perl expression to replace trailing spaces with
`·` and tabs with `<TAB>` in the ANSI colored diff output. This ensure
that they're visible, and they are properly colored as expected too.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| black_format.sh | ||
| check_ci_log.py | ||
| clang_format.sh | ||
| clang_tidy.sh | ||
| codespell.sh | ||
| copyright_headers.py | ||
| dotnet_format.sh | ||
| file_format.sh | ||
| header_guards.sh | ||
| install_vulkan_sdk_macos.sh | ||
| make_icons.sh | ||
| make_tarball.sh | ||
| mypy.ini | ||
| mypy_check.sh | ||
| pytest_builders.sh | ||