commit | ffa21224c04ffaf6ed2544dec9170353fac9fb21 | [log] [tgz] |
---|---|---|
author | Thayne McCombs <thayne@lucidchart.com> | Thu Jan 07 21:42:56 2021 -0700 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 08 15:03:13 2021 +0100 |
tree | 912cd147eced369387dba8564ab298fb1b7636c7 | |
parent | 478e5ddc8d2ecab13391c96a4001081b1cf9b981 [diff] |
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".