Skip to content

Commit 2eaa733

Browse files
committed
bootstrap: add change tracker entry for new --extra-checks=auto: feature
1 parent 49636a1 commit 2eaa733

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,4 +451,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
451451
severity: ChangeSeverity::Warning,
452452
summary: "The `spellcheck:fix` tidy extra check argument has been removed, use `--bless` instead",
453453
},
454+
ChangeInfo {
455+
change_id: 143398,
456+
severity: ChangeSeverity::Info,
457+
summary: "The --extra-checks flag now supports prefixing any check with `auto:` to only run it if relevant files are modified",
458+
},
454459
];

0 commit comments

Comments
 (0)