From 6718461fdee3bc8a277e3c656783a7346006a860 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 3 Feb 2025 14:21:12 +0100 Subject: [PATCH] dnsdist: Add spell-checking patterns --- .github/actions/spell-check/expect.txt | 2 ++ .github/actions/spell-check/patterns.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 2fdef92fa1..851f849ecb 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1051,9 +1051,11 @@ postinst postresolve powerdnsrecursor powerdnssec +powerdnssuffix powerldap pqpp Predota +prefixpowerdns preoutquery Preproc prepublishkeyroll diff --git a/.github/actions/spell-check/patterns.txt b/.github/actions/spell-check/patterns.txt index ef5150ce51..b154295b07 100644 --- a/.github/actions/spell-check/patterns.txt +++ b/.github/actions/spell-check/patterns.txt @@ -186,3 +186,6 @@ DoH # Twitter status \btwitter\.com/[^/\s"')]*(?:/status/\d+(?:\?[-_0-9a-zA-Z&=]*|)|) + +# LaTex instructions in our RST documentation +\\\w{2,}\{ -- 2.47.2