提交 cde66eb6 编写于 作者: I Ian Hickson 提交者: GitHub

Trivial changes to analyze.sh (#3303)

上级 2fc99153
......@@ -13,13 +13,13 @@ RESULTS=`dartanalyzer \
out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart \
2>&1 \
| grep -v "\[error\] Native functions can only be declared in the SDK and code that is loaded through native extensions" \
| grep -Ev "\[(hint|error)\] The function '.+' (is not|isn't) used" \
| grep -Ev "\[(hint|error)\] The function '.+' (is not|isn't) used" \
| grep -Ev "\[(warning|error)\] Undefined name 'main'" \
| grep -Ev "\[(warning|error)\] Undefined name 'VMLibraryHooks" \
| grep -v "\[error\] The library ''dart:_internal'' is internal" \
| grep -Ev "Unused import.+ui\.dart" \
| grep -Ev "Unused import\. .+ui\.dart" \
| grep -v "\[info\] TODO" \
| grep -Ev "[0-9]+ errors.*found." \
| grep -Ev "[0-9]+ errors.*found\." \
| grep -v "Analyzing \[out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart\]\.\.\."`
echo "$RESULTS"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册