We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcc214 commit 0615c4fCopy full SHA for 0615c4f
.typos.toml
@@ -5,10 +5,12 @@ extend-exclude = [
5
6
[default]
7
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
+]
11
12
[default.extend-identifiers]
13
Spectre = "Spectre" # ignore error, the vulnerability is named Spectre
-PrioritisedThreadedTaskQueue = "PrioritisedThreadedTaskQueue" # allow canadian spelling in code
14
15
[default.extend-words]
16
accessorise = "accessorize"
0 commit comments