Merge pull request #992 from Hixie/skyanalyzer

Silence skyanalyzer's complaints about third-party packages.
This commit is contained in:
Ian Hickson 2015-09-01 14:01:23 -07:00
commit 48a7506491

View File

@ -36,6 +36,9 @@ _IGNORED_PATTERNS = [
re.compile(r'.*dart-pub-cache.*/mojo-'),
re.compile(r'.*/mojo/public/dart/'),
# It'd be nice if the other packages we used didn't have warnings, too...
re.compile(r'.*/dart-pub-cache/hosted/pub.dartlang.org/'),
# TODO: Remove this once Sky no longer generates this warning.
# dartbug.com/22836
re.compile(r'.*cannot both be unnamed'),