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(file_filter): do not try and pass invalid ignore files #159

Merged
merged 2 commits into from May 13, 2024

Conversation

j-luong
Copy link
Contributor

@j-luong j-luong commented May 10, 2024

This fixes an issue when trying to pass ignore files. The logic that selects the files to parse did not take into account filenames that contain ignore files. e.g. somefile.gitignore.ts will be parsed by the gitignore parser when it should not be

@j-luong j-luong marked this pull request as ready for review May 10, 2024 13:46
@j-luong j-luong requested a review from a team as a code owner May 10, 2024 13:46
@PeterSchafer PeterSchafer merged commit c979e60 into main May 13, 2024
7 checks passed
@PeterSchafer PeterSchafer deleted the fix/CLI-321_parsingInvalidIgnoreFiles branch May 13, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants