From 37fea20ba5e6f8d897074b69e90bdf898cf621be Mon Sep 17 00:00:00 2001 From: cschantz Date: Wed, 31 Dec 2025 21:52:52 -0500 Subject: [PATCH] Add progress indicator function to QA script - Added show_progress() helper function - Shows real-time progress during scan [X/88] Check name... - Only displays when running in terminal (not in summary mode) - First step towards more performance improvements --- tools/toolkit-qa-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/toolkit-qa-check.sh b/tools/toolkit-qa-check.sh index 71b37e6..c0bbeb9 100755 --- a/tools/toolkit-qa-check.sh +++ b/tools/toolkit-qa-check.sh @@ -177,7 +177,7 @@ echo "" #============================================================================== # CHECK 1: grep -F with regex anchors (CRITICAL - causes wrong results) #============================================================================== -echo "[1/42] Checking: grep -F with regex anchors..." +show_progress 1 "grep -F with regex anchors" { echo "## CHECK 1: grep -F with regex anchors" echo "Severity: CRITICAL"