Skip to content

Commit 9f78173

Browse files
committed
bootstrap: add change_tracker entry for removal of spellcheck:fix
1 parent c1ed2ac commit 9f78173

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
@@ -446,4 +446,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
446446
severity: ChangeSeverity::Info,
447447
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
448448
},
449+
ChangeInfo {
450+
change_id: 143493,
451+
severity: ChangeSeverity::Warning,
452+
summary: "The `spellcheck:fix` tidy extra check argument has been removed, use `--bless` instead",
453+
},
449454
];

0 commit comments

Comments
 (0)