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

Make ModifierNotUsedAtRoot honor contentEmittersDenylist #243

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

mrmans0n
Copy link
Owner

Make ModifierNotUsedAtRoot to honor contentEmittersDenylist, so if any non-content emitter (whether default one or provided by config) is in the parent hierarchy of the composable, the rule gets ignored.

Fixes #240

mrmans0n and others added 2 commits April 25, 2024 18:32

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@mrmans0n mrmans0n merged commit e29527c into main Apr 25, 2024
2 checks passed
@mrmans0n mrmans0n deleted the nacho/modifier-root-denylist-support branch April 25, 2024 16:39
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.

ModifierNotUsedAtRoot reports misuses when a denylisted content emitter / non emitter is used
1 participant