Chore: Lowered implicit anys limit to 5977

Progress: #14714
This commit is contained in:
Hugo Häggmark
2019-04-15 12:33:13 +02:00
committed by GitHub
parent 7eabc282e9
commit 83e8dedea3

View File

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