X Tutup
Skip to content

Commit b5b6ece

Browse files
committed
chore(ddc): reduce DDC warning cap 260->180 as we fixed a bunch
Closes angular#6625
1 parent 4282297 commit b5b6ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build_dart_experimental.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source $SCRIPT_DIR/env_dart.sh
1111
cd $SCRIPT_DIR/../..
1212

1313
# Variables
14-
DDC_WARNING_CAP="260"
14+
DDC_WARNING_CAP="180"
1515
DDC_DIR=`pwd`/tmp/dev_compiler
1616
DDC_VERSION="0.1.14"
1717

0 commit comments

Comments
 (0)
X Tutup