Improve typos configuration (#714)

This commit is contained in:
Viktor Szépe
2024-08-26 11:14:09 +02:00
committed by GitHub
parent b66452b6c5
commit 3e058ae389

View File

@@ -3,13 +3,23 @@
# word is treated as always correct. If the value is an empty string, the word # word is treated as always correct. If the value is an empty string, the word
# is treated as always incorrect. # is treated as always incorrect.
[files]
extend-exclude = [
".git/",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"\\bPolygon::PN\\b",
]
# Case sensitive, matches entire word. # Case sensitive, matches entire word.
[default.extend-identifiers] [default.extend-identifiers]
anc_color = "anc_color" anc_color = "anc_color"
PN = "PN"
rady = "rady" rady = "rady"
# Case insensitive, matches inside word. # Case insensitive, matches inside word.
[default.extend-words] [default.extend-words]
toi = "toi"
bellow = "below" bellow = "below"
toi = "toi"