Skip to content

Commit df3ac19

Browse files
committed
dev: fix typo hook false positive
1 parent 5ad3b46 commit df3ac19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.typos.toml

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[default]
2+
extend-ignore-re = [
3+
# Ignore `files = "";` declarations
4+
"(?Rm)^\\s*files\\s*=.*;$"
5+
]
6+
17
[default.extend-words]
28
edn = "edn" # `cljfmt` option
39
mosquitto = "mosquitto" # `typos` example

0 commit comments

Comments
 (0)