Chore: Lowered implicit anys limit to 5623

Progress: #14714
This commit is contained in:
Hugo Häggmark 2019-05-03 07:11:23 +02:00 committed by GitHub
parent 86729f37c8
commit f3f762065a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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