Normalize \ to / in diff output on Windows (fixes #3240)

This commit is contained in:
Vidar Holen
2025-07-17 13:39:29 -07:00
parent 9b8e0b6f8c
commit 7dc4214149
2 changed files with 9 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
re-enabled with `--enable=useless-use-of-cat` or equivalent directive.
- SC2015 about `A && B || C` no longer triggers when B is a test command.
- SC3012: Do not warn about `\<` and `\>` in test/[] as specified in POSIX.1-2024
- Diff output now uses / as path separator on Windows
### Fixed
- SC2218 about function use-before-define is now more accurate.
- SC2317 about unreachable commands is now less spammy for nested ones.