From 7f5aa0d6f18b3863ea4ef1b2ac27b1f8b6c20583 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 May 2020 10:46:35 -0400 Subject: [PATCH] Ignore c(xx)flags --- .github/actions/spell-check/patterns.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/spell-check/patterns.txt b/.github/actions/spell-check/patterns.txt index 2de2bd915d..cf83b34f47 100644 --- a/.github/actions/spell-check/patterns.txt +++ b/.github/actions/spell-check/patterns.txt @@ -3,3 +3,4 @@ addNSECRecordToLW.*DNSName.*powerdnt.com.*QType::NS.*res->d_records data:[a-zA-Z=;,/0-9+]+ BOOST_CHECK_EQUAL\(b64, "[a-zA-Z=;,/0-9+]+" \b([A-Za-z])\1{3,}\b +C(?:XX|)FLAGS="[^"]*" -- 2.39.2