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 directory rule matching similar files #46

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

PidgeyBE
Copy link
Contributor

@PidgeyBE PidgeyBE commented Jun 22, 2023

Fixes #45

Added a test to show the issue that's fixed by this PR.
e.g.
If there is a rule:

.venv/

Then also files called .venv_file.py or .venv_other_directory are matched.

@mherrmann
Copy link
Owner

Thank you; I'm on PTO next week and will take a look at this after.

@mherrmann mherrmann merged commit b3b5287 into mherrmann:master Jun 30, 2023
5 checks passed
@mherrmann
Copy link
Owner

This has been released in v0.1.4. Thank you!

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.

Directory rules also match single files
2 participants