Skip to content

Commit

Permalink
Properly configure typos
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 23, 2023
1 parent 378a504 commit c89f614
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 c89f614

Please sign in to comment.