sdk
sdk copied to clipboard
`dart analyze` And Ignoring `analysis_server_plugin` Diagnostics
Dart SDK version: 3.10.1 (stable) (Tue Nov 18 11:02:31 2025 -0800) on "macos_x64"
The dart analyze command reports diagnostics produced by an analysis-server plugin when there is an ignore comment suppressing it. I expected ignore comments to be respected - as they currently are with other kinds of diagnostics.
This problem occurs via flutter analyze as well - does that require a separate fix or does it just use dart analyze for that?
I am not working on a patch for this - anyone feel free to work on this.