-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Detect and delete unused code using static analysis #21969
Comments
Doing this for our project is rather tricky as It will probably be necessary to do this in the |
This is blocked on matrix-org/matrix-react-sdk#8612 There are two PRs (matrix-org/matrix-react-sdk#9052 and #22830) which add GHAs for this but are blocked atm. This is because right now we have unused code which will be used by matrix-org/matrix-react-sdk#8612 once merged |
This is now done 🎉 |
Your use case
For example - https://camchenry.com/blog/deleting-dead-code-in-typescript
We should consider running this in CI
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: