Skip to content

Commit

Permalink
Fix lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Oct 16, 2024
1 parent bcfc93f commit de5b322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions extension/index/lints.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/src/tasks/lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de5b322

Please sign in to comment.