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(unstable): lint plugin regex attribute selector not working #28340

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

marvinhagemeister
Copy link
Contributor

The code to support regex matching on attribute values was already there. I just forgot to wire it up properly in the selector matching code.

Fixes #28336

@marvinhagemeister marvinhagemeister merged commit b4aa3e6 into main Feb 28, 2025
18 checks passed
@marvinhagemeister marvinhagemeister deleted the lint-regex branch February 28, 2025 11:59
littledivy pushed a commit that referenced this pull request Mar 5, 2025
The code to support regex matching on attribute values was already
there. I just forgot to wire it up properly in the selector matching
code.

Fixes #28336
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.

Lint Plugin - Support Regex [attr=/foo.*/]
2 participants