update minilints

This commit is contained in:
llama 2025-10-14 09:26:41 +08:00
parent c31985982f
commit a76ef8c422
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3
2 changed files with 2 additions and 1 deletions

View file

@ -248,7 +248,7 @@ pub fn check_minilints(build: &mut Build) -> Result<()> {
let files = inputs![ let files = inputs![
glob![ glob![
"**/*.{py,rs,ts,svelte,mjs,md}", "**/*.{py,rs,ts,svelte,mjs,md}",
"{node_modules,ts/.svelte-kit}/**" "{node_modules,ts/.svelte-kit,qt/launcher-gui/.svelte-kit}/**"
], ],
"Cargo.lock" "Cargo.lock"
]; ];

View file

@ -36,6 +36,7 @@ const IGNORED_FOLDERS: &[&str] = &[
".mypy_cache", ".mypy_cache",
"./extra", "./extra",
"./ts/.svelte-kit", "./ts/.svelte-kit",
"./qt/launcher-gui/.svelte-kit",
]; ];
fn main() -> Result<()> { fn main() -> Result<()> {