Move typos config
This commit is contained in:
11
tools/typos.toml
Normal file
11
tools/typos.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[default]
|
||||
extend-words."LSAT" = "LSAT"
|
||||
extend-words."ket" = "ket"
|
||||
|
||||
extend-ignore-re = [
|
||||
# spell:disable-line
|
||||
"(?Rm)^.*(%|#|//)\\s*spell:disable-line$",
|
||||
|
||||
# spell:<on|off>
|
||||
"(?s)(%|#|//)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
|
||||
]
|
Reference in New Issue
Block a user