ci: extend exclude rules for typos check and format code
This commit is contained in:
9
.github/workflows/.typos.toml
vendored
9
.github/workflows/.typos.toml
vendored
@@ -1,9 +0,0 @@
|
||||
[files]
|
||||
include = [
|
||||
"**/*.java",
|
||||
"**/*.vue",
|
||||
"**/*.ts"
|
||||
]
|
||||
|
||||
# 明确排除其他所有文件
|
||||
extend-exclude = ["*"]
|
||||
2
.github/workflows/typos-extend-exclude.toml
vendored
2
.github/workflows/typos-extend-exclude.toml
vendored
@@ -1,2 +1,2 @@
|
||||
[files]
|
||||
extend-exclude = ["*.json", "**/*.json", "**/*.js", "**/*.html", "**/*.xml", "**/config.ts", "OWNERS", "CODEOWNERS", "LICENSE", "NOTICE"]
|
||||
extend-exclude = ["*.json", "**/*.json", "**/*.js", "**/*.html", "**/*.xml", "**/config.ts", "**/*.sql", "OWNERS", "CODEOWNERS", "LICENSE", "NOTICE"]
|
||||
Reference in New Issue
Block a user