Improve Typos configuration (#1456)

- remove old ignores
- fix a "new" typo 🎁

Signed-off-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
Viktor Szépe 2025-01-08 22:39:45 +01:00 committed by GitHub
parent 9e0204941d
commit 418f1d059f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 14 deletions

View File

@ -53,7 +53,7 @@ format:
_help_require_valid_layout: _help_require_valid_layout:
- By default, if cmake-format cannot successfully fit - By default, if cmake-format cannot successfully fit
- everything into the desired linewidth it will apply the - everything into the desired linewidth it will apply the
- last, most agressive attempt that it made. If this flag is - last, most aggressive attempt that it made. If this flag is
- True, however, cmake-format will print error, exit with non- - True, however, cmake-format will print error, exit with non-
- zero status code, and write-out nothing - zero status code, and write-out nothing
require_valid_layout: false require_valid_layout: false

View File

@ -2,16 +2,16 @@
[files] [files]
extend-exclude = [ extend-exclude = [
".git/",
"deps/", "deps/",
# crc16_slottable is primarily pre-generated random strings. # crc16_slottable is primarily pre-generated random strings.
"src/crc16_slottable.h", "src/crc16_slottable.h",
] ]
ignore-hidden = false
[default.extend-words] [default.extend-words]
advices = "advices"
exat = "exat" exat = "exat"
optin = "optin" optin = "optin"
ro = "ro"
smove = "smove" smove = "smove"
[type.c] [type.c]
@ -20,7 +20,7 @@ extend-ignore-re = [
"D4C4DAA4", # sha1.c "D4C4DAA4", # sha1.c
"Georg Nees", "Georg Nees",
"\\[l\\]ist", # eval.c "\\[l\\]ist", # eval.c
"LKE", # test_rax.c '"LKE"', # test_rax.c
] ]
[type.tcl] [type.tcl]
@ -28,26 +28,23 @@ extend-ignore-re = [
"DUMPed", "DUMPed",
] ]
[type.sv.extend-identifiers]
# sv = .h
module_gil_acquring = "module_gil_acquring"
[type.c.extend-identifiers] [type.c.extend-identifiers]
ang = "ang" advices = "advices"
clen = "clen" clen = "clen"
fle = "fle" fle = "fle"
module_gil_acquring = "module_gil_acquring"
nd = "nd" nd = "nd"
ot = "ot" ot = "ot"
[type.tcl.extend-identifiers] [type.tcl.extend-identifiers]
fo = "fo"
oll = "oll" oll = "oll"
stressers = "stressers" stressers = "stressers"
[type.sv.extend-words] [type.sv.extend-identifiers]
# sv = .h # sv = .h
fo = "fo" fo = "fo"
[type.sv.extend-words]
# sv = .h
seeked = "seeked" seeked = "seeked"
[type.c.extend-words] [type.c.extend-words]
@ -58,7 +55,6 @@ limite = "limite"
pn = "pn" pn = "pn"
seeked = "seeked" seeked = "seeked"
tre = "tre" tre = "tre"
ws = "ws"
[type.systemd.extend-words] [type.systemd.extend-words]
# systemd = .conf # systemd = .conf
@ -66,5 +62,4 @@ ake = "ake"
[type.tcl.extend-words] [type.tcl.extend-words]
fo = "fo" fo = "fo"
lst = "lst"
tre = "tre" tre = "tre"