Files
SwiftLint/Source/SwiftLintFramework
Saleem Abdulrasool 562ec8f369 Correct incorrect handling of file paths (#6355)
`URL.path` is not a usable rendering of the path. `URL.path` represents
the URI path. If the path is meant to be consumable as a file path, the
file system representation (aka FSR) must be retrieved.

This improves the file path handling and makes additional tests now
pass.

Co-authored-by: Danny Mösch <danny.moesch@icloud.com>
2025-12-01 22:02:12 +01:00
..
2025-11-21 09:59:28 +01:00
2025-10-28 16:57:24 +00:00
2025-10-18 00:19:05 +02:00
2025-11-21 09:59:28 +01:00