typos.toml: Ignore anc and sys/tests

The tests are autogenerated

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1417>
This commit is contained in:
Jordan Petridis 2024-04-05 11:40:39 +03:00
parent a7ebe45ff3
commit c43c08804a

View file

@ -13,6 +13,8 @@ extend-ignore-identifiers-re = [
# gst_rtsp_media_factory_is_stop_on_disonnect
".*is_stop_on_disonnect",
"ser_de", # gstreamer/CHANGELOG.md
# FFMpeg prefixes
"anc", "Anc"
]
[files]
@ -29,4 +31,5 @@ extend-exclude = [
# can't fix typos in generated code as the typo is likely in the C API
"*/src/auto/*.rs",
"*/sys/src/lib.rs",
"*/sys/tests/*",
]