From c43c08804ab2b611c07f438cc827c8518e34de94 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 5 Apr 2024 11:40:39 +0300 Subject: [PATCH] typos.toml: Ignore `anc` and sys/tests The tests are autogenerated Part-of: --- typos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typos.toml b/typos.toml index 4e406df23..68755cbc4 100644 --- a/typos.toml +++ b/typos.toml @@ -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/*", ]