Fix lint task

This commit is contained in:
Folyd 2024-10-16 12:27:41 +08:00
parent bcfc93f5d7
commit de5b322eea
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@ use tokio::runtime::Runtime;
use crate::minify::Minifier;
use crate::tasks::Task;
const LINT_URL: &str = "https://rust-lang.github.io/rust-clippy/master/lints.json";
const LINT_URL: &str = "https://rust-lang.github.io/rust-clippy/stable/lints.json";
const LINTS_INDEX_PATH: &str = "../extension/index/lints.js";
/// Lint task