Chore: Lowered implicit anys limit to 5668

Progress: #14714
This commit is contained in:
Hugo Häggmark 2019-04-29 06:38:48 +02:00 committed by GitHub
parent decd65671c
commit b803ba2689
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=5946
ERROR_COUNT_LIMIT=5668
DIRECTIVES_LIMIT=175
CONTROLLERS_LIMIT=140