📎 Implement suppression of plugin diagnostics #4667
Labels
A-Analyzer
Area: analyzer
A-Diagnostic
Area: diagnostocis
A-Plugins
Area: plugins
good first issue
Good for newcomers
S-Enhancement
Status: Improve an existing feature
Milestone
Description
Plugin diagnostics currently cannot be suppressed by
biome-ignore
comments. We need to confirm what syntax we want to use, but I would suggest the following since it's pretty close to regular rules:// biome-ignore plugin/myCustomPlugin: <reason>
Then the analyzer needs to be extended so the diagnostics are indeed suppressed. It's a relatively well-contained task, but does require some knowledge of the analyzer internals.
The text was updated successfully, but these errors were encountered: