Skip to content

Commit 9ca05a4

Browse files
devoncarewcommit-bot@chromium.org
authored andcommitted
Fail the flutter/engine bot on analysis info items.
Change-Id: Id82ec041a924ad6f859859fafa90570ed14b69d2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169787 Reviewed-by: Alexander Aprelev <aam@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
1 parent 45931e9 commit 9ca05a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/bots/flutter/analyze_flutter_engine.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ cd engine
2525
# analyze lib/web_ui
2626
echo Analyzing lib/web_ui...
2727
pushd lib/web_ui
28+
2829
$dart pub get
29-
$dart analyze
30+
$dart analyze --fatal-infos
31+
3032
popd

0 commit comments

Comments
 (0)