Ilya Shipitsin
9c0fcea898
CI: extend spellchecker whitelist, add "ists" as well
...
codespell does not handle plurals, we already whitelusted "ist", let us
whitelist "ists" as well
2021-05-10 23:04:55 +02:00
Ilya Shipitsin
88288e47ca
CI: codespell: whitelist "Dragan Dosen"
...
let us tell codespell that "Dosen" is legitimate spelling
2021-03-20 09:28:53 +01:00
Ilya Shipitsin
0879c22723
CI: codespell: skip Makefile for spell check
...
checking Makefile is noisy, we do not benefit from it
2021-02-27 09:01:36 +01:00
Thayne McCombs
ffa21224c0
CI: github: add a few more words to the codespell ignore list
...
This adds "referer,ot,uint,iif,fo,keep-alives" to the ignore list:
- "referer" is the well-known HTTP header field name (with its
spelling error)
- "ot" appears a lot in the opentracing contrib.
- "iff" often stands for "if and only if"
- "fo" appears as a test string in tests/ist.c (could possibly be
changed)
- "keep-alives" appears as a noon in "...enable TCP keep-alives".
2021-01-08 15:03:13 +01:00
Ilya Shipitsin
5a6347fe3f
CI: codespell: whitelist "te" and "nd" words
...
te is widely used abbrevation for "transfer encoding"
nd is variable name "name description"
we need to teach codespell those are legitimate
2020-12-21 11:54:06 +01:00
Ilya Shipitsin
dafc56413c
CI: extend spellchecker whitelist
...
let us ignore *.pem files
2020-06-26 11:26:52 +02:00
Ilya Shipitsin
4289f7525a
CI: extend spellchecker whitelist
...
let us ignore *.fig files as well as "que" and "ans" words
2020-05-11 10:10:26 +02:00
Ilya Shipitsin
a21e62d2bc
CI: add spellcheck github action
...
action is self consistent. it is scheduled to run weekly
2020-03-14 09:44:21 +01:00