temporal
temporal copied to clipboard
Spell Checker
What changed?
- Add the
typoscli tool to the linters in the Makfile and CI - Added a config file to exclude generated files and other common false positive scenarios
Why?
Reduce the amount of misspellings while not being overly burdensome.
How did you test it?
- [x] use an AI agent to propose file exclusion rules.
- [x] run locally and tested manually
Potential risks
Too much time and effort being used on adding exclusion.
> typos --config .github/_typos.toml --format json | wc -l
573