Skip to content

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