Closed
Description
While we strive to avoid that, sometimes jQuery Migrate warnings have false positives like #422. We can't fully avoid that but if we have a mechanism to disable some Migrate warnings from user code, perhaps by passing some IDs to a new Migrate API, that would allow users to silence such problematic warnings if their code base is free from issues it describes.
We could also think about not applying workarounds for disabled warnings, although that may be harder to achieve, especially that some workarounds may interact with each other. Still, at least selectively disabling warnings is a good first step.