提交 c7e19fc3 编写于 作者: M Mikkel Nygaard Ravn 提交者: GitHub

travis analyze script to accept more general output (#3622)

上级 5fa1fced
......@@ -17,10 +17,10 @@ RESULTS=`dartanalyzer \
| grep -Ev "Undefined name 'main'" \
| grep -Ev "Undefined name 'VMLibraryHooks" \
| grep -v "The library ''dart:_internal'' is internal" \
| grep -Ev "Unused import .+ui\.dart" \
| grep -Ev "Unused import.+ui\.dart" \
| grep -v "TODO" \
| grep -Ev "[0-9]+ errors.*found\." \
| grep -v "Analyzing out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart\.\.\."`
| grep -Ev "Analyzing.+out/host_debug_unopt/gen/sky/bindings/dart_ui/ui\.dart"`
echo "$RESULTS"
if [ -n "$RESULTS" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册