Open
Description
Manually replacing existing dependencies is a painful slog. It'd be lovely to have automated assistance from the lint rule.
My initial instinct is that there are three kinds of cases:
- Fixer-level: APIs that are directly equivalent and can be switched to without change in behavior1
- Suggestion-level: APIs that are generally the same and probably safe to switch to, but need manual review
- Very different ones that are either too functionally different or too difficult to automate
Feature request: can this be added to the rule?
Footnotes
-
Or are at least intended to be exactly the same. Even "safe" fixers sometimes can technically break teeny edge cases. ↩
Metadata
Metadata
Assignees
Labels
No labels