mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-26 20:40:39 +00:00
Ignore fuzzing corpus from source line count
Github's language statistics for the project say that 43% of askama is assembly code. It is not. The heuristic counts our fuzzing corpus as assembly code, and the corpus is quite big. This PR excludes the corpus from being counted.
This commit is contained in:
parent
c31fce773e
commit
077b83631a
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,2 +1,3 @@
|
||||
*.html text eol=lf
|
||||
*.txt text eol=lf
|
||||
fuzzing/fuzz/corpus linguist-vendored
|
||||
|
Loading…
x
Reference in New Issue
Block a user