Skip to content

Commit

Permalink
chore: ingore word typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BytePender committed Dec 6, 2024
1 parent 2cc3523 commit 768a4cb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Typo check: https://github.com/crate-ci/typos
[default]
# 添加需要忽略的单词
exclude-words = [
"Invokable",
"invokable",
"InvokableLambda",
"InvokableRun",
"outter",
"Opion",
"TOpion",
"renderring",
]

[default.extend-words]
Invokable = "Invokable"
invokable = "invokable"
InvokableLambda = "InvokableLambda"
InvokableRun = "InvokableRun"
outter = "outter"
Opion = "Opion"
TOpion = "TOpion"
renderring = "renderring"


[files]
extend-exclude = ["go.mod", "go.sum", "check_branch_name.sh"]

0 comments on commit 768a4cb

Please sign in to comment.