From 3e55d5fd84220b57fe8352c836925b3292f00a6f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 3 Sep 2024 15:30:29 +0200 Subject: [PATCH] spell-check: Allow argon/scrypt patterns --- .github/actions/spell-check/patterns.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/spell-check/patterns.txt b/.github/actions/spell-check/patterns.txt index d52b436368..6b4d3610fe 100644 --- a/.github/actions/spell-check/patterns.txt +++ b/.github/actions/spell-check/patterns.txt @@ -147,3 +147,6 @@ DoH # ignore long runs of a single character: \b([A-Za-z])\g{-1}{3,}\b + +# scrypt / argon +\$(?:scrypt|argon\d+[di]*)\$\S+ -- 2.47.2