We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0715e80 commit c8e1571Copy full SHA for c8e1571
tool/run_tests.sh
@@ -5,7 +5,7 @@ set -e
5
DIR=$( cd $( dirname "${BASH_SOURCE[0]}" )/.. && pwd )
6
7
echo "Analyzing library for warnings or type errors"
8
-dart_analyzer --fatal-warnings --fatal-type-errors lib/start.dart lib/compiler.dart
+dartanalyzer --show-package-warnings --package-root lib
9
rm -r out
10
11
for test in $DIR/test/*_test.dart
0 commit comments