ci: extend exclude rules for typos check and format code

This commit is contained in:
zhao
2025-11-05 16:20:24 +08:00
parent 83d0e790d8
commit cc5c02f0d5
2 changed files with 1 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
[files]
include = [
"**/*.java",
"**/*.vue",
"**/*.ts"
]
# 明确排除其他所有文件
extend-exclude = ["*"]

View File

@@ -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"]