X Tutup
Skip to content

Commit 6932b29

Browse files
committed
chore(ci): bump up the error count for dart DDC.
1 parent c2a38c0 commit 6932b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build_dart_ddc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd $SCRIPT_DIR/../..
1212

1313
# Variables
1414
DDC_TOTAL_WARNING_CAP="1000"
15-
DDC_TOTAL_ERROR_CAP="2"
15+
DDC_TOTAL_ERROR_CAP="6"
1616
DDC_DIR=`pwd`/tmp/dev_compiler
1717
DDC_VERSION="0.1.14"
1818

0 commit comments

Comments
 (0)
X Tutup