chore(ddc): reduce DDC warning cap 260->180 as we fixed a bunch

Closes #6625
This commit is contained in:
Yegor Jbanov 2016-01-21 18:21:48 -08:00 committed by Yegor
parent 4282297c24
commit b5b6ece65a
1 changed files with 1 additions and 1 deletions

View File

@ -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"