Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: sky/tools/skyanalyzer

Issue 1207453003: Silence some analyzer warnings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skyanalyzer
diff --git a/sky/tools/skyanalyzer b/sky/tools/skyanalyzer
index 19a75bea823a37e1e4f72962045bab01e3a8a178..136422fa56f431787628f43d52384cad8e78b16b 100755
--- a/sky/tools/skyanalyzer
+++ b/sky/tools/skyanalyzer
@@ -30,6 +30,7 @@ _IGNORED_PATTERNS = [
# TODO: Fix all the warnings in the mojo packages
re.compile(r'.*/dart-pkg/mojom/'),
re.compile(r'.*/dart-pkg/mojo/'),
+ re.compile(r'.*/mojo/public/dart/'),
# TODO: Remove this once Sky no longer generates this warning.
# dartbug.com/22836
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698