Skip to content

Commit a981d86

Browse files
committed
ignore item name typos
1 parent 6aa1836 commit a981d86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ extend-exclude = [
1111
extend-ignore-re = [
1212
# Ignore markdown links to github commits/trees
1313
"\\[[0-9a-fA-F]+?\\]\\(https://github.com/.+?/.+?/(commit|tree)/.+?\\)",
14+
# Ignore a few of the item names from `pick_release_name.py`
15+
"\"Destructo Spinner\",",
16+
"\"Sacrificial Skeep\",",
17+
"\"Skeep Prod\",",
1418
]
1519

1620
[default.extend-identifiers]

0 commit comments

Comments
 (0)