Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 642a483

Browse files
authored
Ignore upcoming unnecessary_imports analysis (#4023)
1 parent 27b76d8 commit 642a483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ analyzer:
4949
# Allow null checks for as long as mixed mode is officially supported.
5050
unnecessary_null_comparison: false
5151
always_require_non_null_named_parameters: false # not needed with nnbd
52+
# TODO(https://github.com/flutter/flutter/issues/74381)
53+
unnecessary_imports: ignore
5254
exclude:
5355
# Ignore generated files
5456
- '**/*.g.dart'

0 commit comments

Comments
 (0)