mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #992 from Hixie/skyanalyzer
Silence skyanalyzer's complaints about third-party packages.
This commit is contained in:
commit
48a7506491
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user