-
-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
# Too many false positives.
# Using the pedantic package for the unawaited function doesn't make code better readable
#
# pedantic: enabled
# https://dart-lang.github.io/linter/lints/unawaited_futures.html
# - unawaited_futures
As above the doco suggest this does produce false positive.
The converse issues is that diagnosing a missing await can be a very complex issue.
I personally am happy to wear the burden of having to unawait methods to avoid bugs especially bugs that are hard to solve.
I really think this should be part of the default package.
I just added this to a small project (6000 lines) and it fixed three bugs and returned no false positives.
hacker1024, natsuk4ze, saierd, saibotma and martingeorgiu
Metadata
Metadata
Assignees
Labels
No labels