Chore: Lowers strict error limit (#21781)

This commit is contained in:
Hugo Häggmark 2020-01-28 10:44:48 +01:00 committed by GitHub
parent 9e5eb05769
commit ea18779781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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