From b729adc6cbf78a1ae0daaf1db1ac12fb05d87200 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 24 Jul 2025 13:58:29 +0000 Subject: [PATCH] chore: spelling Signed-off-by: Xe Iaso --- .github/actions/spelling/allow.txt | 3 ++- .github/actions/spelling/patterns.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 64dd9a9..c220908 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -3,4 +3,5 @@ https ssh ubuntu workarounds -rjack \ No newline at end of file +rjack +msgbox \ No newline at end of file diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index 0296702..684f515 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -132,3 +132,7 @@ go install(?:\s+[a-z]+\.[-@\w/.]+)+ # hit-count: 1 file-count: 1 # microsoft \b(?:https?://|)(?:(?:(?:blogs|download\.visualstudio|docs|msdn2?|research)\.|)microsoft|blogs\.msdn)\.co(?:m|\.\w\w)/[-_a-zA-Z0-9()=./%]* + +# hit-count: 1 file-count: 1 +# data url +\bdata:[-a-zA-Z=;:/0-9+]*,\S* \ No newline at end of file