mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
Chore: Update strict error threshold (#35979)
This commit is contained in:
parent
6f3887ca88
commit
45a5510978
@ -3,7 +3,7 @@ set -e
|
||||
|
||||
echo -e "Collecting code stats (typescript errors & more)"
|
||||
|
||||
ERROR_COUNT_LIMIT=256
|
||||
ERROR_COUNT_LIMIT=220
|
||||
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…
Reference in New Issue
Block a user