Fix typos in config_fast_builds.toml#16025
Conversation
|
do you know why this file isn't checked by the typo CI? |
|
CI uses the EDIT: Following this, it seems we have |
Thanks! I think it could be worth a try to check if disabling that doesn't raise too many issues |
The output seems good to me if we also explicitly exclude |
# Objective Typo-check .hidden files like `.cargo/config_fast_builds.toml` and `.github/*`. Context: #16025. ## Solution - Add `ignore-hidden = false` to `typos.toml` to override the default value of `true`. - Add an exception to keep `.git/` ignored in `typos.toml`. - Fix newly-found typos so CI passes. ## Testing Running `typos` locally finds no further typos.
From TheBevyFlock/bevy_new_2d#317 plus a few other changes.