From 38a60a63079923034699045ff27d1ec14c9d4c75 Mon Sep 17 00:00:00 2001 From: Zalathar Date: Thu, 29 Jan 2026 13:28:10 +1100 Subject: [PATCH] Explain some allowlist entries in `typos.toml` --- typos.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/typos.toml b/typos.toml index a735187d1669..c65e2ba293e5 100644 --- a/typos.toml +++ b/typos.toml @@ -20,24 +20,24 @@ extend-exclude = [ # right now. Entries should look like `mipsel = "mipsel"`. # # tidy-alphabetical-start -arange = "arange" +arange = "arange" # short for A-range childs = "childs" clonable = "clonable" -filetimes = "filetimes" +filetimes = "filetimes" # short for "file times", not a typo for "lifetimes" leafs = "leafs" -makro = "makro" +makro = "makro" # deliberate misspelling to avoid `macro` keyword misformed = "misformed" moreso = "moreso" -numer = "numer" -optin = "optin" +numer = "numer" # short for numerator, not a typo for "number" +optin = "optin" # short for opt-in publically = "publically" -rplace = "rplace" +rplace = "rplace" # short for R-place splitted = "splitted" -taits = "taits" +taits = "taits" # lowercase for TAITs (type alias impl trait) targetting = "targetting" unparseable = "unparseable" unstability = "unstability" -unstalled = "unstalled" +unstalled = "unstalled" # short for un-stalled # tidy-alphabetical-end # Denylist to forbid misspelled words that aren't detected by the built-in @@ -65,14 +65,14 @@ ERROR_MCA_OCCURED = "ERROR_MCA_OCCURED" ERROR_REQ_NOT_ACCEP = "ERROR_REQ_NOT_ACCEP" EnzymeTypeTreeShiftIndiciesEq = "EnzymeTypeTreeShiftIndiciesEq" EnzymeTypeTreeShiftIndiciesEqFn = "EnzymeTypeTreeShiftIndiciesEqFn" -Oppen = "Oppen" +Oppen = "Oppen" # Derek C. Oppen, author of "Pretty Printing" (1979) # typos treats this as two different camelcase words (`SETTIN` and `Gs`) # Tracked in: https://github.com/crate-ci/typos/issues/745 SETTINGs = "SETTINGs" -debug_aranges = "debug_aranges" +debug_aranges = "debug_aranges" # debug A-ranges key_smove = "key_smove" # shifted move key, used by terminfo shift_indicies_eq = "shift_indicies_eq" -tolen = "tolen" +tolen = "tolen" # length of "to" buffer, used by `sendto` in Windows sockets # tidy-alphabetical-end [default]