Apply analyzer change in build script

This commit is contained in:
Simon Binder 2019-03-19 13:48:33 +01:00
parent 5141bdc8c5
commit 9ea3c2d711
No known key found for this signature in database
GPG Key ID: B807FDF954BA00CF
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ while (( "$#" )); do
dartanalyzer) echo
echo -e '\033[1mTASK: dartanalyzer\033[22m'
echo -e 'dartanalyzer --fatal-infos --fatal-warnings lib/ test/'
dartanalyzer --fatal-infos --fatal-warnings . || EXIT_CODE=$?
dartanalyzer --fatal-infos --fatal-warnings lib/ test/ || EXIT_CODE=$?
;;
dartfmt) echo
echo -e '\033[1mTASK: dartfmt\033[22m'