analyze pkg/nnbd_migration on the bots
Change-Id: I8141ce45531bf5d59d5633400746ffe8af44cbf1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210162 Reviewed-by: Paul Berry <paulberry@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
cd6fb67103
commit
6465ee4ad8
@@ -71,7 +71,7 @@ class AngularAnnotationOrigin extends EdgeOrigin {
|
||||
|
||||
@override
|
||||
String get description =>
|
||||
"annotated with an Angular annotation indicating nullability";
|
||||
'annotated with an Angular annotation indicating nullability';
|
||||
|
||||
@override
|
||||
EdgeOriginKind get kind => EdgeOriginKind.angularAnnotation;
|
||||
|
||||
@@ -3340,6 +3340,15 @@
|
||||
"pkg/native_stack_traces"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "analyze pkg/nnbd_migration",
|
||||
"script": "out/ReleaseX64/dart-sdk/bin/dart",
|
||||
"arguments": [
|
||||
"analyze",
|
||||
"--fatal-infos",
|
||||
"pkg/nnbd_migration"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "analyze pkg/smith",
|
||||
"script": "out/ReleaseX64/dart-sdk/bin/dart",
|
||||
|
||||
Reference in New Issue
Block a user