Chore: Lowered implicit anys limit to 5131 (#17562)

Progress: #14714
This commit is contained in:
Hugo Häggmark 2019-06-13 08:12:30 +02:00 committed by Johannes Schill
parent d168057fc6
commit 8e1dfd32f9

View File

@ -2,7 +2,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=5150
ERROR_COUNT_LIMIT=5131
DIRECTIVES_LIMIT=172
CONTROLLERS_LIMIT=139