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

Commit

Permalink
Ignore upcoming unnecessary_imports analysis (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jun 7, 2021
1 parent 27b76d8 commit 642a483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analysis_options.yaml
Expand Up @@ -49,6 +49,8 @@ analyzer:
# Allow null checks for as long as mixed mode is officially supported.
unnecessary_null_comparison: false
always_require_non_null_named_parameters: false # not needed with nnbd
# TODO(https://github.com/flutter/flutter/issues/74381)
unnecessary_imports: ignore
exclude:
# Ignore generated files
- '**/*.g.dart'
Expand Down

0 comments on commit 642a483

Please sign in to comment.