Skip to content

Commit 88a76cb

Browse files
committed
Fix typos ci false positive
1 parent 68517d9 commit 88a76cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[files]
22
extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-3]*", "commands/", "fr"]
33

4+
[default]
5+
extend-ignore-identifiers-re = [
6+
"(?i)foobar", # false positive in book/sorting.md
7+
]
8+
49
[default.extend-words]
510
ons = "ons" # false positive in commands/docs/str_replace.md
611
ful = "ful" # false positive in commands/docs/str_replace.md
@@ -13,3 +18,4 @@ iterm = "iterm"
1318
nushell = "nushell"
1419
ba = "ba"
1520
guid = "guid"
21+

0 commit comments

Comments
 (0)