Skip to content

Commit ccefb0f

Browse files
[autofix.ci] apply automated fixes
1 parent 9625434 commit ccefb0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/oxc_linter/tests/rule_configuration_test.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ fn test_rule_default_matches_from_configuration_null() {
2424
// When fixing a rule, ensure that either:
2525
// 1. The Default implementation returns the same values as from_configuration(null), or
2626
// 2. The from_configuration method is updated to return Default::default() when given null
27-
let exceptions = [
28-
"unicorn/prefer-object-from-entries",
29-
"unicorn/prefer-structured-clone",
30-
];
27+
let exceptions = ["unicorn/prefer-object-from-entries", "unicorn/prefer-structured-clone"];
3128

3229
// Iterate through all available linter rules
3330
for rule in RULES.iter() {

0 commit comments

Comments
 (0)