mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +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/",
|
"target/",
|
||||||
"askama_parser/tests/*.txt",
|
"askama_parser/tests/*.txt",
|
||||||
"testing/templates/fuzzed-*",
|
"testing/templates/fuzzed-*",
|
||||||
|
# we copied the files verbatim including any typos :)
|
||||||
|
"askama_parser/benches",
|
||||||
|
"askama_derive_standalone/benches",
|
||||||
# filler texts
|
# filler texts
|
||||||
"askama/benches/strings.inc",
|
"askama/benches/strings.inc",
|
||||||
# too many false positives
|
# too many false positives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user