We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
discarded_futures
1 parent d3258e4 commit cc083f3Copy full SHA for cc083f3
analysis_options.yaml
@@ -3,11 +3,10 @@ analyzer:
3
language:
4
strict-casts: true
5
errors:
6
- unused_import: error
7
- unused_local_variable: error
8
- dead_code: error
9
todo: ignore
10
deprecated_member_use_from_same_package: ignore
+ # TODO(davidmorgan): update code for this lint.
+ discarded_futures: ignore
11
exclude:
12
# Prevents extra work during some e2e test runs.
13
- "dart2js_test/**"
0 commit comments