Skip to content

Commit

Permalink
Merge pull request #4 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Properly configure typos
  • Loading branch information
mrmundt authored Dec 1, 2023
2 parents 5dc549f + c89f614 commit 7aa123e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/typo_config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[default.extend-words]
# Don't correct the name "Vas"
Vas = "Vas"
# protocoL triggers error
protoco = "protoco"
[files]
extend-exclude = [
".git/",
".github/workflows/typo_config.toml",
"assets/js/*.min.*",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"Brain tailoRed stImulation protocoL",
"Vas Vasiliadis",
]

0 comments on commit 7aa123e

Please sign in to comment.