Chore: Lowered implicit anys limit to 6816

This commit is contained in:
Hugo Häggmark
2019-04-12 14:05:15 +02:00
committed by GitHub
parent 8f167c47e3
commit e8d6995737

View File

@ -2,7 +2,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=6818
ERROR_COUNT_LIMIT=6816
DIRECTIVES_LIMIT=173
CONTROLLERS_LIMIT=137