From e6ed4b67b472b7f865141b9c524ff5cc17f5fce0 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 8 Jun 2021 15:46:53 +0200 Subject: [PATCH] Whitelist the 'DoT' pattern for the spell-checker (image filename) --- .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 ec4e8af463..bb4f53b904 100644 --- a/.github/actions/spell-check/patterns.txt +++ b/.github/actions/spell-check/patterns.txt @@ -56,3 +56,6 @@ C0FFEE [Vv]\d+(?:\b|(?=[a-zA-Z_])) # tar arguments \b(?:)tar(?:\s+-[a-zA-Z]+|\s[a-z]+)+ + +# DoT: DNS over TLS is often combined with other words (images, links, ...) +DoT -- 2.47.2