Chore: Lowered implicit anys limit to 5617

Progress: #14714
pull/16853/head^2
Hugo Häggmark 6 years ago committed by GitHub
parent 073c84179f
commit 9a8a6d9dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      scripts/ci-frontend-metrics.sh

@ -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)"

Loading…
Cancel
Save