mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
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:
parent
3c4a2eb9b0
commit
f2ed85812e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user