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

[Misc]: changing all walkdirs to use the same cmp operator #450

Merged
merged 1 commit into from Feb 2, 2024

Conversation

joshfried-aws
Copy link
Contributor

Issue #, if available:

Description of changes:
While working on #448 the team noticed some discrepancies in the tests on different OS platforms when validating output. This was due to differences in the way different OS's default sort their files. To fix this we are now making all our walkers use the same sort as we are already using for our rule files.

Changes in this PR update all the walking of directories, and create a single function that returns an IntoIterator for the walkdir crate.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@joshfried-aws joshfried-aws merged commit eb43629 into aws-cloudformation:main Feb 2, 2024
15 checks passed
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.

None yet

4 participants