Typescript: Raise strict error limit for enterprise (#29688)

path-poc^2
Torkel Ödegaard 5 years ago committed by GitHub
parent d85829ffd1
commit 6c1789e549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/ci-check-strict.sh

@ -3,7 +3,7 @@ set -e
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=579
ERROR_COUNT_LIMIT=592
ERROR_COUNT="$(./node_modules/.bin/tsc --project tsconfig.json --noEmit --strict true | grep -oP 'Found \K(\d+)')"
if [ "$ERROR_COUNT" -gt $ERROR_COUNT_LIMIT ]; then

Loading…
Cancel
Save