Skip to content

Conversation

@lpardosixtosMs
Copy link
Contributor

When parsing the file names in Windows, tools/lint/lib/collect_files.py produces strings contain backslashes that are later flagged as invalid characters in the file name. This change normalizes the strings to always use forward slashes.

@ptomato
Copy link
Contributor

ptomato commented Nov 19, 2025

Seems like we should use the posixpath module, or else amend the tools/lint/lib/checks/filename.py check to handle Windows paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants