File tree 5 files changed +28
-6
lines changed
5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change
1
+ // suppress inspection "IncorrectFormatting" for whole file
1
2
ACPI
2
3
AIX
3
4
API
5
+ APIs
4
6
ARM
5
7
ASCII
6
8
ASP
Original file line number Diff line number Diff line change
1
+ // suppress inspection "IncorrectFormatting" for whole file
1
2
== camelCase term should not be flagged in headings
2
3
3scale
3
4
AGPLv
Original file line number Diff line number Diff line change
1
+ // suppress inspection "IncorrectFormatting" for whole file
1
2
a .NET application
2
3
accessor
3
4
adoc
@@ -8,12 +9,13 @@ Annobin
8
9
Ansible
9
10
Antora
10
11
API
12
+ APIs
11
13
AssertJ
12
14
autostart
13
15
Autostart
14
16
aws
15
17
AWS
16
- Azure
18
+ Microsoft Azure
17
19
backfilling
18
20
Backfilling
19
21
backtrace
@@ -38,7 +40,7 @@ Bugzilla
38
40
build config
39
41
CentOS
40
42
Ceph
41
- cephfs
43
+ CephFS
42
44
cgroup
43
45
che
44
46
Che
@@ -64,12 +66,15 @@ configure
64
66
Containerfile
65
67
Containerfiles
66
68
Cookiecutter
69
+ CPU
70
+ CPUs
67
71
CR
68
72
CRD
69
73
CRDs
70
74
CRs
71
75
CSVs
72
76
Ctrl
77
+ CVEs
73
78
Cygmon
74
79
DaemonSet
75
80
Datadog
@@ -121,10 +126,13 @@ Fortran
121
126
Funqy
122
127
Gbps
123
128
GCC
129
+ GID
130
+ GIDs
124
131
Git
125
132
GitHub
126
133
GitLab
127
134
Gluster
135
+ GNUPro
128
136
GraalVM
129
137
Gradle
130
138
Grafana
@@ -166,7 +174,6 @@ Journald
166
174
Journaling
167
175
Joyent
168
176
JUnit
169
- jvm
170
177
JVM
171
178
Kafka
172
179
kbd
@@ -240,6 +247,7 @@ Operator
240
247
osd
241
248
overridable
242
249
PHP
250
+ PIDs
243
251
Podman
244
252
PostgreSQL
245
253
PowerShell
@@ -281,8 +289,10 @@ Rolfe
281
289
Rollout
282
290
Rollouts
283
291
Rollup
292
+ ROMs
284
293
Roundtable
285
294
Roundtables
295
+ RPMs
286
296
ruleset
287
297
Runlevel
288
298
Runlevels
@@ -346,6 +356,7 @@ Traceback
346
356
Traefik
347
357
Truststore
348
358
Uber
359
+ UIDs
349
360
Uncomment
350
361
Undercloud
351
362
Uninstallation
@@ -358,7 +369,6 @@ Upsell
358
369
Upselling
359
370
URI
360
371
URIs
361
- url
362
372
URL
363
373
URLs
364
374
Valgrind
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ first: '\b([A-Z]{3,5}s?)\b'
10
10
second : ' \(([A-Z]{3,5}s?)\)'
11
11
# ... with the exception of these:
12
12
exceptions :
13
+ - ' APIs?'
13
14
- ' CPUs?'
14
15
- ' CVEs?'
15
16
- ' DVDs?'
@@ -23,11 +24,10 @@ exceptions:
23
24
- ' URLs?'
24
25
- ACPI
25
26
- AIX
26
- - API
27
27
- ARM
28
28
- ASCII
29
29
- ASP
30
- - AWS
30
+ - AWS
31
31
- BIND
32
32
- BIOS
33
33
- BMC
Original file line number Diff line number Diff line change
1
+ # file: noinspection IncorrectFormatting
1
2
---
2
3
extends : spelling
3
4
level : warning
@@ -187,12 +188,14 @@ filters:
187
188
- Containerfile
188
189
- Containerfiles
189
190
- Cookiecutter
191
+ - CPUs
190
192
- CR
191
193
- CRD
192
194
- CRDs
193
195
- CRs
194
196
- CSVs
195
197
- Ctrl
198
+ - CVEs
196
199
- Cygmon
197
200
- DaemonSet
198
201
- Datadog
@@ -218,9 +221,11 @@ filters:
218
221
- Fortran
219
222
- Funqy
220
223
- GCC
224
+ - GIDs
221
225
- GitHub
222
226
- GitLab
223
227
- Gluster
228
+ - GNUPro
224
229
- Gradle
225
230
- Grayscale
226
231
- GraalVM
@@ -292,6 +297,7 @@ filters:
292
297
- OpenTracing
293
298
- osd
294
299
- PHP
300
+ - PIDs
295
301
- Podman
296
302
- PostgreSQL
297
303
- PowerShell
@@ -309,6 +315,8 @@ filters:
309
315
- RESTEasy
310
316
- Rolfe
311
317
- Rollup
318
+ - ROMs
319
+ - RPMs
312
320
- Sakila
313
321
- sbt
314
322
- SCM
@@ -329,6 +337,7 @@ filters:
329
337
- Toolset
330
338
- Traefik
331
339
- Uber
340
+ - UIDs
332
341
- URI
333
342
- URIs
334
343
- url
You can’t perform that action at this time.
0 commit comments