You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #5074 added a typo checker, but it is not run on all of flux-core. It'd be nice to run it everywhere, but that would require some false-positive configs to make sure all of the things we don't care about are skipped.
also there were spelling errors in sharness, ccan, parsedatetime, and libev, so could push some typo fixes to those projects too so they get pulled down eventually
Problem: The current typos workflow check only checks a select
number of files because there are so many false positives in
flux-core.
Solution: Add a _typos.toml configuration file to eliminate false
positives so we can run the typo check on all of flux-core. The
config file either skips files with lots of false positives or
lists common false positives we wish to ignore.
Fixesflux-framework#5075
PR #5074 added a typo checker, but it is not run on all of flux-core. It'd be nice to run it everywhere, but that would require some false-positive configs to make sure all of the things we don't care about are skipped.
see https://github.com/crate-ci/typos
The text was updated successfully, but these errors were encountered: