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

fix: remove ! from exclusion pattern list for proper matching #431

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

tstackhouse
Copy link
Contributor

@tstackhouse tstackhouse commented Jan 26, 2023

My last PR (#428) had a small boolean logic error, by grabbing all the exclude patterns and then simply running globby on them, we were effectively gathering nothing, rendering the change ineffectual. In order to properly gather the list of files to exclude, we need to remove the ! from the exclusion patterns so we can actually get the results we want from globby.

Copy link
Owner

@floydspace floydspace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @tstackhouse , looks good

@floydspace floydspace merged commit 8073a20 into floydspace:master Jan 26, 2023
@github-actions
Copy link

🎉 This PR is included in version 1.37.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants