Skip to content

Commit 015114f

Browse files
authored
chore: Adapt to the newer release of typos (#1639)
1 parent 28247a8 commit 015114f

File tree

2 files changed

+3
-98
lines changed

2 files changed

+3
-98
lines changed

openstack_tui/src/components/home.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct Quota {
4949
limit: i32,
5050
}
5151

52-
/// Copmute quota details
52+
/// Compute quota details
5353
#[derive(Deserialize, Debug, Default, Clone)]
5454
struct ComputeQuota {
5555
instances: Option<Quota>,

typos.toml

Lines changed: 2 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -27,107 +27,12 @@ ratatui = "ratatui"
2727

2828
[type.rust]
2929
extend-glob = []
30-
extend-ignore-identifiers-re = []
31-
extend-ignore-words-re = []
32-
extend-ignore-re = []
33-
34-
[type.rust.extend-identifiers]
35-
flate2 = "flate2"
36-
wher = "wher"
37-
38-
[type.rust.extend-words]
39-
ro = "ro"
40-
ser = "ser"
41-
typ = "typ"
42-
43-
[type.sh]
44-
extend-glob = []
45-
extend-ignore-identifiers-re = []
46-
extend-ignore-words-re = []
47-
extend-ignore-re = []
48-
49-
[type.sh.extend-identifiers]
50-
ot = "ot"
51-
stap = "stap"
52-
53-
[type.sh.extend-words]
54-
55-
[type.jl]
56-
extend-glob = []
57-
extend-ignore-identifiers-re = []
58-
extend-ignore-words-re = []
59-
extend-ignore-re = []
60-
61-
[type.jl.extend-identifiers]
62-
63-
[type.jl.extend-words]
64-
modul = "modul"
65-
egal = "egal"
66-
egals = "egals"
67-
usig = "usig"
68-
69-
[type.vimscript]
70-
extend-glob = []
71-
extend-ignore-identifiers-re = []
72-
extend-ignore-words-re = []
73-
extend-ignore-re = []
74-
75-
[type.vimscript.extend-identifiers]
76-
windo = "windo"
77-
78-
[type.vimscript.extend-words]
79-
80-
[type.css]
81-
extend-glob = []
82-
extend-ignore-identifiers-re = []
30+
extend-ignore-identifiers-re = ["consts"]
8331
extend-ignore-words-re = []
8432
extend-ignore-re = []
8533

86-
[type.css.extend-identifiers]
87-
nd = "nd"
88-
89-
[type.css.extend-words]
90-
9134
[type.py]
9235
extend-glob = []
93-
extend-ignore-identifiers-re = []
94-
extend-ignore-words-re = []
95-
extend-ignore-re = []
96-
97-
[type.py.extend-identifiers]
98-
NDArray = "NDArray"
99-
100-
[type.py.extend-words]
101-
102-
[type.cert]
103-
extend-glob = []
104-
check-file = false
105-
extend-ignore-identifiers-re = []
106-
extend-ignore-words-re = []
107-
extend-ignore-re = []
108-
109-
[type.cert.extend-identifiers]
110-
111-
[type.cert.extend-words]
112-
113-
[type.man]
114-
extend-glob = []
115-
extend-ignore-identifiers-re = []
116-
extend-ignore-words-re = []
117-
extend-ignore-re = []
118-
119-
[type.man.extend-identifiers]
120-
Nd = "Nd"
121-
122-
[type.man.extend-words]
123-
124-
[type.lock]
125-
extend-glob = []
126-
check-file = false
127-
extend-ignore-identifiers-re = []
36+
extend-ignore-identifiers-re = ["NDArray"]
12837
extend-ignore-words-re = []
12938
extend-ignore-re = []
130-
131-
[type.lock.extend-identifiers]
132-
133-
[type.lock.extend-words]

0 commit comments

Comments
 (0)