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

Allow negative matches in patterns #4286

Open
Dav1dde opened this issue Nov 25, 2024 · 0 comments
Open

Allow negative matches in patterns #4286

Dav1dde opened this issue Nov 25, 2024 · 0 comments
Labels
enhancement New feature or request filler Requires little effort to resolve. Ready to be picked up anytime.

Comments

@Dav1dde
Copy link
Member

Dav1dde commented Nov 25, 2024

Globs usually have a way to be fully inverted with ^ or !. Investigate whether we want to also support this syntax and implement it.

For example !foo matches everything except the string foo.

Initially brought up in getsentry/sentry#80731

@olksdr olksdr added enhancement New feature or request filler Requires little effort to resolve. Ready to be picked up anytime. labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request filler Requires little effort to resolve. Ready to be picked up anytime.
Projects
None yet
Development

No branches or pull requests

2 participants