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

Unified Diff: tool/analyze.sh

Issue 2221253003: a few cleanups to get IDE message clean (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix copyright header Created 4 years, 4 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 | web/web_command.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/analyze.sh
diff --git a/tool/analyze.sh b/tool/analyze.sh
index 9c8826372759a9e5212587492069b0e381267021..40b17f4d0b8848ac18584899fe203fc905bd4b24 100755
--- a/tool/analyze.sh
+++ b/tool/analyze.sh
@@ -15,5 +15,6 @@ function fail {
# TODO(jmesserly): ideally we could do test/all_tests.dart, but
# dart_runtime_test.dart creates invalid generic type instantiation AA.
echo "Running dartanalyzer to check for errors/warnings/hints..."
-dartanalyzer --strong --fatal-warnings --package-warnings bin/dartdevc.dart \
+dartanalyzer --strong --fatal-warnings --package-warnings \
+ bin/dartdevc.dart web/main.dart \
| grep -v "\[info\] TODO" | (! grep $PWD) || fail
« no previous file with comments | « no previous file | web/web_command.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698