-
Notifications
You must be signed in to change notification settings - Fork 527
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 #3772: Add ci check for style check for text views #4128
Fix #3772: Add ci check for style check for text views #4128
Conversation
…-text-views' into add-ci-check-for-style-check-for-text-views
…check-for-style-check-for-text-views
added a short script Signed-off-by: yash10019coder <[email protected]>
checking all files now.
Hi @yash10019coder, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Hi @BenHenning currently I have created a script for RTL support but it does not have checkpointing for the specific file and line in which error is detected can you please provide me some hint how to implement it thanks |
Hi @yash10019coder, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
@yash10019coder you'll need to do research on the APIs in question to see how you can retrieve and/or track the line number. After a few-minute search, it looks like the SAX parser supports providing a |
Hi @yash10019coder, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Explanation
Fixes #3972
Essential Checklist
For UI-specific PRs only
If your PR includes UI-related changes, then: