mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
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).
14 lines
311 B
TOML
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
|