Skip to content

Commit 8bedfdf

Browse files
authored
Update lint.rs
Signed-off-by: Cameron <cameron.clark@hey.com>
1 parent f1ac7e7 commit 8bedfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/oxlint/src/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ mod test {
14141414
}
14151415

14161416
#[test]
1417-
#[cfg(not(target_endian = "big"))]
1417+
#[cfg(all(not(target_os = "windows"), not(target_endian = "big")))]
14181418
fn test_tsgolint_rule_options() {
14191419
// Test that rule options are correctly passed to tsgolint
14201420
// See: https://github.com/oxc-project/oxc/issues/16182

0 commit comments

Comments
 (0)