提交 c4b2e675 编写于 作者: J Jason Simmons 提交者: GitHub

Filter for either "warning" or "error" for some dartanalyzer messages (#2840)

The buildbot and Travis are running inconsistent versions of the analyzer
上级 bdd14310
......@@ -15,10 +15,10 @@ RESULTS=`dartanalyzer \
| grep -v "\[error\] Target of URI does not exist: 'dart:mojo.internal'" \
| 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 used" \
| grep -v "\[error\] Undefined name 'main'" \
| grep -v "\[error\] Undefined name 'VMLibraryHooks" \
| grep -v "\[error\] Undefined name 'MojoHandleWatcher'" \
| grep -v "\[error\] Undefined name 'MojoCoreNatives'" \
| grep -Ev "\[(warning|error)\] Undefined name 'main'" \
| grep -Ev "\[(warning|error)\] Undefined name 'VMLibraryHooks" \
| grep -Ev "\[(warning|error)\] Undefined name 'MojoHandleWatcher'" \
| grep -Ev "\[(warning|error)\] Undefined name 'MojoCoreNatives'" \
| grep -v "\[error\] The library ''dart:_internal'' is internal" \
| grep -Ev "Unused import .+ui\.dart" \
| grep -v "\[info\] TODO" \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册