Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shulaoda committed Jan 26, 2025
1 parent bf7ccf5 commit 3466e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/oxlint/src/lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ mod test {
#[test]
fn test_adjust_ignore_patterns() {
let base = "/project/root";
let path = "\\project\\root\\src";
let path = "/project/root/src";
let ignore_patterns =
vec![String::from("target"), String::from("!dist"), String::from("!!dist")];

Expand Down

0 comments on commit 3466e26

Please sign in to comment.