We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2f0bf commit 04cf19bCopy full SHA for 04cf19b
_typos.toml
@@ -1,6 +1,11 @@
1
[default]
2
-# disable spellcheck for specific lines with trailing `// spellchecker:disable-line`
3
-extend-ignore-re = ["(?Rm)^.*(#|//)\\s*spellchecker:disable-line$"]
+extend-ignore-re = [
+ # disable spellcheck for specific lines with trailing `// spellchecker:disable-line`
4
+ "(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
5
+ # links to commits in changelogs and other markdown
6
+ "\\[[0-9a-fA-F]{7,}\\]\\([0-9a-fA-F]{40,}\\)",
7
+]
8
+ignore-hex = true
9
10
[default.extend-words]
11
lits = "lits"
0 commit comments