Chore: Lowered implicit any limit to 6850

This commit is contained in:
Hugo Häggmark
2019-04-01 10:00:36 +02:00
committed by GitHub
parent 988b7c4dc3
commit c3816f3a1d

View File

@ -2,7 +2,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=6927
ERROR_COUNT_LIMIT=6850
DIRECTIVES_LIMIT=173
CONTROLLERS_LIMIT=136