Skip to content

Commit

Permalink
dev: fix typo hook false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Jun 19, 2024
1 parent 5ad3b46 commit df3ac19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[default]
extend-ignore-re = [
# Ignore `files = "";` declarations
"(?Rm)^\\s*files\\s*=.*;$"
]

[default.extend-words]
edn = "edn" # `cljfmt` option
mosquitto = "mosquitto" # `typos` example

0 comments on commit df3ac19

Please sign in to comment.