chore(ddc): reduce DDC warning cap 260->180 as we fixed a bunch
Closes #6625
This commit is contained in:
parent
4282297c24
commit
b5b6ece65a
|
@ -11,7 +11,7 @@ source $SCRIPT_DIR/env_dart.sh
|
|||
cd $SCRIPT_DIR/../..
|
||||
|
||||
# Variables
|
||||
DDC_WARNING_CAP="260"
|
||||
DDC_WARNING_CAP="180"
|
||||
DDC_DIR=`pwd`/tmp/dev_compiler
|
||||
DDC_VERSION="0.1.14"
|
||||
|
||||
|
|
Loading…
Reference in New Issue