unawaited_futures lint does not work on the following line of code #57711
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
You can see the signature of
compileStringAsync()
at the link below. It is async and not being awaited but the lint does not give any feedback about it.https://github.com/sass/dart-sass/blob/8e1d80c4790a9a10afa3ecd0791f8611d5b53b6b/lib/sass.dart#L207
The text was updated successfully, but these errors were encountered: