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 b96e59c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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",
"*.css",
"*.js"
]
[default.extend-words]
BA = "BA"
Ded = "Ded"
EDE = "EDE"
intoto = "intoto"

0 comments on commit b96e59c

Please sign in to comment.