Skip to content

Commit cc083f3

Browse files
authored
Ignore discarded_futures lint. (#3925)
1 parent d3258e4 commit cc083f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

analysis_options.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ analyzer:
33
language:
44
strict-casts: true
55
errors:
6-
unused_import: error
7-
unused_local_variable: error
8-
dead_code: error
96
todo: ignore
107
deprecated_member_use_from_same_package: ignore
8+
# TODO(davidmorgan): update code for this lint.
9+
discarded_futures: ignore
1110
exclude:
1211
# Prevents extra work during some e2e test runs.
1312
- "dart2js_test/**"

0 commit comments

Comments
 (0)