Chore: Lowered implicit anys limit to 5954

Progress: #14714
This commit is contained in:
Hugo Häggmark
2019-04-25 06:47:19 +02:00
committed by GitHub
parent 7aeae84c52
commit afd55cb411

View File

@@ -2,7 +2,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=5977
ERROR_COUNT_LIMIT=5954
DIRECTIVES_LIMIT=175
CONTROLLERS_LIMIT=140