]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Adds words to expect.txt to make linter happy. Also adds a recommended pattern for... 14767/head
authormilzi234 <fla@synapps.de>
Mon, 25 Nov 2024 10:48:06 +0000 (11:48 +0100)
committermilzi234 <fla@synapps.de>
Mon, 25 Nov 2024 10:48:06 +0000 (11:48 +0100)
.github/actions/spell-check/expect.txt
.github/actions/spell-check/patterns.txt
.github/workflows/codeql-analysis.yml

index 94224da5c4e7dfe805d36e490de1c3f8085bc314..af2a3c320f95dd6ca18af555198c8ec8eb3e9045 100644 (file)
@@ -263,7 +263,9 @@ Darron
 dataformat
 datatracker
 Daugaard
+davidmillerskt
 Davids
+davidtmiller
 Dayneko
 dbfile
 dblacka
@@ -481,6 +483,7 @@ geobackend
 geoipbackend
 geolocated
 Georgeto
+getbootstrap
 Gergely
 Gerritsen
 Gervai
@@ -608,6 +611,7 @@ ipencrypt
 ipfilter
 IPSECKEY
 iputils
+ironsummitmedia
 isane
 ismaster
 isoc
@@ -777,6 +781,7 @@ mbed
 mbedtls
 MBOXFW
 mbytes
+mdo
 Meerwald
 Mekking
 melpa
@@ -1308,6 +1313,7 @@ sshfp
 ssi
 SSQ
 stacksize
+startbootstrap
 starttransaction
 Stasic
 statbag
@@ -1387,6 +1393,7 @@ Thessalonikefs
 Thiago
 thinko
 Thomassen
+Thorton
 threadmessage
 throttlemap
 thrysoee
index 75ee27f11050e1fbe35d7edb59baeb9a7d50c1e9..ef5150ce515da31e80dc538ee94fbf941f47eab9 100644 (file)
@@ -183,3 +183,6 @@ DoH
 
 # scrypt / argon
 \$(?:scrypt|argon\d+[di]*)\$\S+
+
+# Twitter status
+\btwitter\.com/[^/\s"')]*(?:/status/\d+(?:\?[-_0-9a-zA-Z&=]*|)|)
index 929470ae39ebe8a490781f606d1aa1d82b31eaf3..0038a02870c3d180e9ea88ddc46c1321497d291f 100644 (file)
@@ -279,4 +279,4 @@ jobs:
       uses: actions/checkout@v4
       with:
         fetch-depth: 2
-    - run: if [[ "$(file -i --dereference $(git diff --name-only HEAD^..HEAD -- . :^fuzzing/corpus) | grep binary | grep -v 'image/' | grep -v 'inode/x-empty' | grep -v 'inode/directory' | grep -v '^modules/tinydnsbackend/data.cdb' | tee /dev/stderr)" != "" ]]; then exit 1; fi
+    - run: if [[ "$(file -i --dereference $(git diff --name-only HEAD^..HEAD -- . :^fuzzing/corpus) | grep binary | grep -v 'image/' | grep -v 'inode/x-empty' | grep -v 'inode/directory' | grep -v '^website/docs.powerdns.com/website/fonts/' | grep -v '^website/docs.powerdns.com/website/img/' | grep -v '^modules/tinydnsbackend/data.cdb' | tee /dev/stderr)" != "" ]]; then exit 1; fi