Skip to content

Commit

Permalink
add typos config
Browse files Browse the repository at this point in the history
Signed-off-by: duanmengkk <[email protected]>
  • Loading branch information
duanmengkk committed Oct 18, 2024
1 parent b9699c0 commit 8f12ba0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This is the custom config file used by `typos` command and `crate-ci/typos@master` action to do source code spelling correction.
# Sometimes, what looks like a typo is intentional, like with people's names, acronyms, or localized content.
# To mark a word or an identifier (grouping of words) as valid, add it to this file by declaring itself as the valid spelling.
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md for more info to configure typos.
[files]
extend-exclude = [
"*.svg",
"*.drawio",
"src/**",
"static/**",
"node_modules/**"
]
[default.extend-words]
BA = "BA"
Ded = "Ded"
EDE = "EDE"
intoto = "intoto"

0 comments on commit 8f12ba0

Please sign in to comment.