Configure cargo-spellcheck to improve docs quality

v5-api
Dominik Nakamura 3 years ago
parent 4afeedf5bf
commit d660a41fa3
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -0,0 +1,38 @@
100
async
bitflags
CoreAudio
CSS
Ctrl
deserialize/DZ
FFmpeg
FreeType2
GDI
I420
I444
kilobits
libobs
luma
mul
Mul
NV12
OBS/M
obws
oneshot
Qt/M
RGBA
RPC
RTMP
runtime
serialize
Sinus9
sRGB
struct/S
timestamp
TLS
tokio
UI
URI
username
VLC
YUV

@ -0,0 +1,14 @@
[Hunspell]
lang = "en_US"
search_dirs = ["."]
extra_dictionaries = ["lingo.dic"]
skip_os_lookups = true
use_builtin = true
[Hunspell.quirks]
transform_regex = [
"^\\d+x\\d+$",
"v\\d+",
"\\+",
"\\=",
]
Loading…
Cancel
Save