mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
update minilints
This commit is contained in:
parent
c31985982f
commit
a76ef8c422
2 changed files with 2 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ pub fn check_minilints(build: &mut Build) -> Result<()> {
|
|||
let files = inputs![
|
||||
glob![
|
||||
"**/*.{py,rs,ts,svelte,mjs,md}",
|
||||
"{node_modules,ts/.svelte-kit}/**"
|
||||
"{node_modules,ts/.svelte-kit,qt/launcher-gui/.svelte-kit}/**"
|
||||
],
|
||||
"Cargo.lock"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ const IGNORED_FOLDERS: &[&str] = &[
|
|||
".mypy_cache",
|
||||
"./extra",
|
||||
"./ts/.svelte-kit",
|
||||
"./qt/launcher-gui/.svelte-kit",
|
||||
];
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue