Chore: Fix strict errors, down to 416 (#31365)

This commit is contained in:
Torkel Ödegaard
2021-02-22 10:06:07 +01:00
committed by GitHub
parent ad5514eca5
commit 372ae7fdd3
11 changed files with 62 additions and 61 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=452
ERROR_COUNT_LIMIT=416
ERROR_COUNT="$(./node_modules/.bin/tsc --project tsconfig.json --noEmit --strict true | grep -oP 'Found \K(\d+)')"
if [ "$ERROR_COUNT" -gt $ERROR_COUNT_LIMIT ]; then