Skip to content

Commit

Permalink
spell-check: Allow argon/scrypt patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Sep 3, 2024
1 parent 0fff935 commit 3e55d5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/spell-check/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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+

0 comments on commit 3e55d5f

Please sign in to comment.