ci: ignore typos in librustdoc sources

We copied the sources verbatim, so it's no use to fix any typos.

Also, "typ" is not really a typo in here, because "type" would not have
been a valid identifier.
This commit is contained in:
René Kijewski 2025-03-11 19:44:10 +01:00
parent 3c4a2eb9b0
commit f2ed85812e

View File

@ -10,6 +10,9 @@ extend-exclude = [
"target/",
"askama_parser/tests/*.txt",
"testing/templates/fuzzed-*",
# we copied the files verbatim including any typos :)
"askama_parser/benches",
"askama_derive_standalone/benches",
# filler texts
"askama/benches/strings.inc",
# too many false positives