Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Payne-X6 committed Aug 28, 2024
1 parent a673b47 commit c58eced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(?:^|/)(?i)LICEN[CS]E
(?:^|/)generic\.zone$
(?:^|/)package(?:-lock|)\.json$
(?:^|/)src/contrib/libngtcp2/
(?:^|/)vendor/
[^/]\.mdb$
[^/]\.signed$
Expand Down

1 comment on commit c58eced

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (5)

NBUFS
PREDEF
QUICv
RANDLEN
RDWR

Previously acknowledged words that are now absent aad aadlen ackfr acnt addrbuf arraylen atmost bcnt bdp blkalloc blklen blks boringssl bswap bufchain byteswap cardwell cbrt cctx ccwg ccx cfu CHACHA cidbuf cil cinfo ciphertextlen ckm CLABEL cleartext cmemeq codepoint cpkt cpymem cstat cwnd datacnt dataksl datatracker datavcnt dcil deceided declspec decryptes DEGR delent dgramlen didx dllexport dllimport dstcnt ect encoed EVP EXPANDLEN extdata extralen ffffffffffffffcll ffffffffffffffdll ffffffffffffffell fffffffffffffffll ffu FILTERLEN framelen FRAMENAME FRAMETYPE frc frm frq functypedef gapksl gcm googlesource GSO gtls hashlen hdlen hdpktlen HEADERLEN hkdf hostlong hostshort hwin iccrg infolen initcwnd intsecret ivbuf ivlen IVs keybuf labellen lblk ldc LENBITS LENGTHLEN lfr lhs libcurl liberr lnode macrosection MASKLEN maxcnt memblock MEMDEBUG minindex mpcwnd MSVC nacks NBLK nbuf ncapacity ncid ncut ndatalen ndcid netlong netshort nfr nfrc nhead nmerged nmove NOBUF nodelen NOMEM NOMEMPOOL noncelen npkt nptr npv nrangecnt nread nreasonlen nsv ntokenlen ntonl NUMER numlen oplent OPLENTFIELD origdest origdestlen origlen origpkt paccepted paddr paramlen paramsbuf payloadlen pbinder pbuf pbufchain pcent pckm pdatalen pdcid pdest pdstcnt pflags pfr pfrc phash pkn pktlen PKTNAME plaintextlen plen ploss pnew pngap popcnt pparams ppc ppkt ppktns ppmtud PPPo ppsl ppv predef PRIi pritnf probelen probeslen prtb psl psrccnt pstream pto ptv punsent pvec pvent pvmsg quictls quicv randlen rangecnt rawbuf rblk rcid rdwr reasonlen refcount retransmittable retrylen rhs rnode rpkt rtbent rttvar saltlen samplelen scident sdflags secretbuf secretlen seqgap seqs setmem settingsbuf settingslen sfr sfrc shd SLABEL spktlen srb srccnt srtt ssthresh STATICLIB STIN strapperrorcode streamfrq strerrorcode strevent strmq strpkttype tablelen tablelenbits taglen tcpip thres TLSEXT tokenbuf trpto unacked untrack uvarint uvarintlen versioned versionslen vmsg vneg wflags winsock xau xbu xcu xdu xeu xffffff xffu xfu zerolen zoff zsup 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:CZ-NIC/knot.git repository
on the check-spelling branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/CZ-NIC/knot/actions/runs/10593243559/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (3843) from .github/actions/spelling/expect.txt and unrecognized words (5)

Dictionary Entries Covers Uniquely
cspell:software-terms/dict/softwareTerms.txt 1288 181 52
cspell:python/src/python/python-lib.txt 2417 232 41
cspell:php/dict/php.txt 1689 221 40
cspell:node/dict/node.txt 891 163 27
cspell:python/src/common/extra.txt 741 45 22

Consider adding them (in .github/workflows/spelling.yml):

      with:
        extra_dictionaries:
          cspell:software-terms/dict/softwareTerms.txt
          cspell:python/src/python/python-lib.txt
          cspell:php/dict/php.txt
          cspell:node/dict/node.txt
          cspell:python/src/common/extra.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml):

check_extra_dictionaries: ''
If you see a bunch of garbage

If it relates to a ...

well-formed pattern

See if there's a pattern that would match it.

If not, try writing one and adding it to the patterns.txt file.

Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

Note that patterns can't match multiline strings.

binary-ish string

Please add a file path to the excludes.txt file instead of just accepting the garbage.

File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

Please sign in to comment.