livecode代码开发分支
Some checks failed
CI-build / build (18.x) (push) Has been cancelled
CI-type-checking / type-check (18.x) (push) Has been cancelled
CI-typos / Spell Check (push) Has been cancelled
Deploy / deploy (push) Has been cancelled

This commit is contained in:
yangxin
2025-06-11 21:29:36 +08:00
commit 9f96998eb8
493 changed files with 75326 additions and 0 deletions

32
typos.toml Normal file
View File

@@ -0,0 +1,32 @@
# Check config spec at https://github.com/crate-ci/typos/blob/master/docs/reference.md
[files]
ignore-vcs = true # Respect .gitignore
extend-exclude = [
"src/livecodes/i18n/locales/**/*.ts", # Ignore locale files
"src/livecodes/i18n/locales/**/*.lokalise.json", # Ignore locale files
"src/livecodes/services/google-fonts.ts", # Font name
"src/livecodes/templates/starter/blockly-starter.ts", # Random string id
"functions/vendors/*.js", # Built files
]
[default]
extend-ignore-re = [
"\\/.+\\/", # Regex literal
"\\[[0-9a-fA-F]{7}\\]", # Git short hash
]
[default.extend-words]
styl = "styl"
edn = "edn"
darcula = "darcula"
Darcula = "Darcula"
IIF = "IIF"
xdescribe = "xdescribe"
arange = "arange"
touchs = "touchs"
decid = "decid"
[type.svg]
# Skip check contents for svg files
check-file = false