From 8f561d07fa85434a8c766aaaba8a1fc8e2707c53 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 16 Sep 2021 10:46:04 +0200 Subject: [PATCH] =?utf8?q?Trying=20a=20smarter=20spell-checking=20pattern?= =?utf8?q?=20for=20Hoffst=C3=A4tte?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/actions/spell-check/expect.txt | 2 -- .github/actions/spell-check/patterns.txt | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 4b14172001..67c7914a70 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -684,7 +684,6 @@ hlmann hmac Hmi Hoentjen -Hoffst Hofstaedtler Holger homepage @@ -1716,7 +1715,6 @@ tsigname tsigsecret tstamp TSU -tte ttl Tuinder tunables diff --git a/.github/actions/spell-check/patterns.txt b/.github/actions/spell-check/patterns.txt index e7139699cf..d4105aac3f 100644 --- a/.github/actions/spell-check/patterns.txt +++ b/.github/actions/spell-check/patterns.txt @@ -60,3 +60,6 @@ C0FFEE # DoT: DNS over TLS is often combined with other words (images, links, ...), same for DoH DoT DoH + +# Contributor with a non-ascii character in their name +Hoffst[^[:ascii:]]tte -- 2.47.2