Unverified Commit 52abda66 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

Ignore 'No analyzer warnings!' stdout line from analyzer (#14744)

parent fe26c9d8
......@@ -39,6 +39,8 @@ Future<Null> main() async {
// ignore this line
} else if (entry.startsWith('Analyzing ')) {
// ignore this line
} else if (entry.startsWith('No analyzer warnings!')) {
// ignore this line
} else {
otherLines += 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment