Skip to content

Commit

Permalink
Create .typos.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 26, 2023
1 parent e05828d commit 633a651
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .typos.toml
@@ -0,0 +1,33 @@
[files]
extend-exclude = [
".git/",
"tests/Fixtures/Integration/misc/",
"tests/Fixtures/Integration/priority/",
]
ignore-hidden = false

[default]
extend-ignore-re = [
"Sebastiaan Stok",
"mettre sur",
"posa sur",
"\\S+…",
"\\$thi Hello!",
# Mixed case
"function __construcT",
"lIst\\{",
"const foO",
"\\$a->ba\\b",
"function foO",
"use BaRr",
"new foO",
"StatiC",
"__consTRUCT",
"__IsseT",
"\\bbaR",
"__clasS__",
"sTRING",
]

[default.extend-words]
"invokable" = "invokable"

0 comments on commit 633a651

Please sign in to comment.