Commit 9a8a6d9d by Hugo Häggmark Committed by GitHub

Chore: Lowered implicit anys limit to 5617

Progress: #14714
parent 073c8417
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
echo -e "Collecting code stats (typescript errors & more)" echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=5623 ERROR_COUNT_LIMIT=5617
DIRECTIVES_LIMIT=175 DIRECTIVES_LIMIT=172
CONTROLLERS_LIMIT=140 CONTROLLERS_LIMIT=139
ERROR_COUNT="$(./node_modules/.bin/tsc --project tsconfig.json --noEmit --noImplicitAny true | grep -oP 'Found \K(\d+)')" ERROR_COUNT="$(./node_modules/.bin/tsc --project tsconfig.json --noEmit --noImplicitAny true | grep -oP 'Found \K(\d+)')"
DIRECTIVES="$(grep -r -o directive public/app/**/* | wc -l)" DIRECTIVES="$(grep -r -o directive public/app/**/* | wc -l)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment