Skip to content

Lint(modifiers): Add TODOs for inspectableProperties lint warnings #589

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cartland
Copy link
Contributor

The lint tool reported warnings for classes missing an override for . This function is used by development tools like the Layout Inspector to display debug information.

Rather than implementing the function directly and adding complexity to the existing minimal snippets, this commit adds comments. This serves as a reminder to create a dedicated snippet that demonstrates how to properly implement , thereby keeping the current examples focused and clean.

The lint tool reported warnings for `ModifierNodeElement` classes
missing an override for `inspectableProperties`.
This function is used by development tools like the
Layout Inspector to display debug information.

Rather than implementing the function directly and adding complexity
to the existing minimal snippets, this commit adds `TODO` comments.
This serves as a reminder to create a dedicated snippet that demonstrates
how to properly implement `inspectableProperties`,
thereby keeping the current examples focused and clean while still
addressing the lint warning.
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.

2 participants