mirror of
https://github.com/askama-rs/askama.git
synced 2026-05-01 02:24:04 +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:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,2 +1,3 @@
|
||||
*.html text eol=lf
|
||||
*.txt text eol=lf
|
||||
fuzzing/fuzz/corpus linguist-vendored
|
||||
|
||||
Reference in New Issue
Block a user