We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49636a1 commit 2eaa733Copy full SHA for 2eaa733
src/bootstrap/src/utils/change_tracker.rs
@@ -451,4 +451,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
451
severity: ChangeSeverity::Warning,
452
summary: "The `spellcheck:fix` tidy extra check argument has been removed, use `--bless` instead",
453
},
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
+ },
459
];
0 commit comments