Improve typos configuration (#714)
This commit is contained in:
14
.typos.toml
14
.typos.toml
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user