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

Add denylist for content emitters #167

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

mrmans0n
Copy link
Owner

@mrmans0n mrmans0n commented Dec 15, 2023

Adds the ability to configure composables that probably emit content that we don't want to count towards the count for emissions. This is useful, for example, for composables that wrap stuff that will render in another window (like a Dialog or a Modal), which they do indeed emit content but we might not want to take it into account because it's not a mistake that is used at the same level as other stuff (e.g. a Scaffold composable).

Closes #166.

@mrmans0n
Copy link
Owner Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@mrmans0n mrmans0n merged commit 7646aa2 into main Dec 15, 2023
2 checks passed
@mrmans0n mrmans0n deleted the nacho/content-emitter-denylist branch December 15, 2023 12:03
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.

Add configurable exceptions for content emitters
1 participant