Skip to content

📎 Implement suppression of plugin diagnostics #4667

@arendjr

Description

@arendjr

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.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions