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 regex chars in dir name #91

Merged
merged 7 commits into from
Feb 16, 2024
Merged

Conversation

perryqh
Copy link
Contributor

@perryqh perryqh commented Feb 16, 2024

Fixes a bug when regex characters are in a file or directory name.

Examples:

  • app/services/[test]/some_other_[test]_file.ts
  • app/services/[test]/some_other_file.ts

@perryqh perryqh force-pushed the mod/fix-special-chars-in-dir-name branch from 28402ee to ac2a806 Compare February 16, 2024 20:46
@professor
Copy link
Contributor

I confirmed that this works with our codebase by using it locally and then running bin/codeownership validate

@professor professor merged commit ab91bce into main Feb 16, 2024
6 checks passed
@professor professor deleted the mod/fix-special-chars-in-dir-name branch February 16, 2024 22:09
@professor
Copy link
Contributor

professor commented Feb 16, 2024

Fixes #87

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.

3 participants