Ignore TODOs in nnbd_migration

Change-Id: I9ed746730547c0872cc1098b36231bf82b151205
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/304764
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Paul Berry <paulberry@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Paul Berry 2023-05-22 21:58:37 +00:00 committed by Commit Queue
parent 7f8611c9a6
commit f7e8d0c424

View file

@ -16,6 +16,7 @@ analyzer:
omit_local_variable_types: ignore
# There are currently 20 violations.
unawaited_futures: ignore
todo: ignore
language:
strict-casts: true
@ -37,4 +38,4 @@ linter:
- unnecessary_parenthesis
- unreachable_from_main
- use_super_parameters
- valid_regexps
- valid_regexps