Analysis server fails to initialize/create contexts with an invalid entry in lint rules #55594
Labels
analyzer-analysis-options
analyzer-stability
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
I had this in my
analysis_options.yaml
(note the blank entry at the end):It caused the server to fail to create analysis roots during initialization:
This seems like an error that should be non-fatal.
The text was updated successfully, but these errors were encountered: