-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-plugintype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Currently analyzer plugins cannot only report diagnostics in Dart files (or... it's not explicitly supported that you can report on other types of files).
It should be a pretty easy effort for DAS to report changes to some prime YAML files like pubspec.yaml, analysis_options.yaml, or build.yaml. But there are less common ones like monorepo.yaml, so we could maybe support all YAML files. We can report changes and also accept diagnostics and quick fixes and assists for YAML files.
FMorschel
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-plugintype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug