Chore: Fixed strict null errors (#22238)

This commit is contained in:
Torkel Ödegaard
2020-02-17 07:25:27 +01:00
committed by GitHub
parent f1ecaa5d45
commit 4ca3967091
12 changed files with 30 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=1005
ERROR_COUNT_LIMIT=958
DIRECTIVES_LIMIT=172
CONTROLLERS_LIMIT=139