Skip to content

Commit b0b3eaf

Browse files
caio0452Caio P.zlataovce
authored
feat: expand troubleshooting guide (#559)
* Expand troubleshooting guide * Add Typos exception for "PrioritisedThreadedTaskQueue" * Add more general typos exception for code * fix: absolute links, sentence case --------- Co-authored-by: Caio P. <[email protected]> Co-authored-by: Matouš Kučera <[email protected]>
1 parent 08e0d7c commit b0b3eaf

File tree

2 files changed

+167
-76
lines changed

2 files changed

+167
-76
lines changed

.typos.toml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ extend-exclude = [
55

66
[default]
77
locale = "en-us"
8+
extend-ignore-identifiers-re = [
9+
"Prioritised[A-Z][a-z]\\w+" # allow canadian spelling in code, e.g. PrioritisedTask, PrioritisedThreadedTaskQueue...
10+
]
811

912
[default.extend-identifiers]
1013
Spectre = "Spectre" # ignore error, the vulnerability is named Spectre

0 commit comments

Comments
 (0)