[analysis_server_plugin] Fixes non-`LintCode` fixes showing up for users
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
final Map<DiagnosticCode, List<ProducerGenerator>> warningProducers = {};I wasn't sure about this rename. But I figured since this is how we refer to them on the plugin code, we could do the same here internally.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class TestDiagnosticCode extends DiagnosticCode {This is against the docs on `DiagnosticCode`, but I've asked for more instructions over at https://github.com/dart-lang/sdk/issues/61949#issuecomment-3888413452, and since this is merely a test, I think we are fine doing it.
Noting that this was basically copy/pasted from inside `linter`, so there is a need for this.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
final Map<DiagnosticCode, List<ProducerGenerator>> warningProducers = {};I wasn't sure about this rename. But I figured since this is how we refer to them on the plugin code, we could do the same here internally.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[analysis_server_plugin] Fixes non-`LintCode` fixes showing up for users
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |