Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip files and directories starting with . on Windows #829

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Oct 1, 2024

Windows does not consider files and directories starting with . as hidden but we don't want to traverse into eg. .build. Manually skip any items starting with ..

This should fix the test failures we are seeing on Windows: https://ci-external.swift.org/job/nightly-main-windows/job/swift-format/job/main/14/

Windows does not consider files and directories starting with `.` as hidden but we don't want to traverse into eg. `.build`. Manually skip any items starting with `.`.
@ahoppen ahoppen merged commit 6e4c4b5 into swiftlang:main Oct 1, 2024
13 checks passed
@ahoppen ahoppen deleted the skip-dot-windows branch October 1, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants