-
-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Labels
A-AnalyzerArea: analyzerArea: analyzerA-DiagnosticArea: diagnostocisArea: diagnostocisA-PluginsArea: pluginsArea: pluginsS-EnhancementStatus: Improve an existing featureStatus: Improve an existing featuregood first issueGood for newcomersGood for newcomers
Milestone
Description
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
Labels
A-AnalyzerArea: analyzerArea: analyzerA-DiagnosticArea: diagnostocisArea: diagnostocisA-PluginsArea: pluginsArea: pluginsS-EnhancementStatus: Improve an existing featureStatus: Improve an existing featuregood first issueGood for newcomersGood for newcomers