Files
blog_os/blog/typos.toml
Philipp Oppermann 53e3578e34 Use crate-ci/typos action to check for typos
The misspell tool that we used previously has no exclude switch for ignoring translated files. Also, it looks like it is not maintained anymore.

In addition to changing our spell checker, this commit renames the `Build Site` workflow to `Blog` (to be consistent with our `Code` workflow).
2021-10-17 17:31:43 +02:00

14 lines
311 B
TOML

[files]
extend-exclude = [
"*.svg",
"*.zh-CN.md",
"*.ja.md",
]
[default.extend-words]
IST = "IST" # Interrupt Stack Table
[default.extend-identifiers]
TheBegining = "TheBegining" # GitHub user mentioned in status reports
h015bf61815bb8afe = "h015bf61815bb8afe" # mangled name used in code example