From 5c1fd782ecea6a83aaeedc18fa7c1c71cd1554a1 Mon Sep 17 00:00:00 2001 From: Peter Neuroth Date: Thu, 31 Jul 2025 17:14:51 +0200 Subject: [PATCH] tools: Remove lockfiles from spell-checking The rare case happened where a lockfile sha-sum contained a "Ctlv" which spell-check complained about. Stupid lockfiles that don't know it is actually "cltv"! Signed-off-by: Peter Neuroth --- tools/check-spelling.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-spelling.sh b/tools/check-spelling.sh index a66d01785..6fce914a8 100755 --- a/tools/check-spelling.sh +++ b/tools/check-spelling.sh @@ -6,7 +6,7 @@ if git --no-pager grep -nHiE 'l[ightn]{6}g|l[ightn]{8}g|ilghtning|lgihtning|lihg exit 1 fi -if git --no-pager grep -nHiEP '(?&2 exit 1 fi