-
-
Notifications
You must be signed in to change notification settings - Fork 112
/
.typos.toml
87 lines (82 loc) · 1.92 KB
/
.typos.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[files]
extend-exclude = [
"docs/versioned" # old documentation shouldn't be checked
]
[default]
locale = "en-us"
[default.extend-identifiers]
Spectre = "Spectre" # ignore error, the vulnerability is named Spectre
[default.extend-words]
accessorise = "accessorize"
aluminium = "aluminum"
analyse = "analyze"
armour = "armor"
authorise = "authorize"
authorised = "authorized"
authorising = "authorizing"
behaviour = "behavior"
capitalise = "capitalize"
catalogue = "catalog"
centre = "center"
civilisation = "civilization"
civilised = "civilized"
colour = "color"
colours = "colors"
defence = "defense"
generalise = "generalize"
generalised = "generalized"
gramme = "gram"
grammes = "grams"
grey = "gray"
honour = "honor"
honours = "honors"
initialise = "initialize"
initialised = "initialized"
initialiser = "initializer"
kerb = "curb"
kerbs = "curbs"
labour = "labor"
licence = "license"
licences = "licenses"
manoeuvre = "maneuver"
manoeuvres = "maneuvers"
metre = "meter"
metres = "meters"
modelled = "modeled"
neighbour = "neighbor"
neighbours = "neighbors"
neighbouring = "neighboring"
optimise = "optimize"
optimised = "optimized"
optimisation = "optimization"
organisation = "organization"
organise = "organize"
organised = "organized"
organising = "organizing"
practise = "practice"
practised = "practiced"
practising = "practicing"
recognise = "recognize"
recognised = "recognized"
recognising = "recognizing"
routeing = "routing"
serialise = "serialize"
serialiser = "serializer"
serialising = "serializing"
deserialise = "deserialize"
deserialiser = "deserializer"
deserialising = "deserializing"
tonne = "ton"
tonnes = "tons"
traveller = "traveler"
travelling = "traveling"
regionise = "regionize"
regioniser = "regionizer"
regionising = "regionizing"
regionised = "regionized"
# exceptions:
# use British spelling to stay consistent with Bukkit
canceled = "cancelled"
canceling = "cancelling"
cancelable = "cancellable"
cancelation = "cancellation"