From 077b83631af00f064230d9acae06164fed2ca454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Mon, 12 May 2025 18:38:43 +0200 Subject: [PATCH] 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. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 833faa1e..f7acfe68 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.html text eol=lf *.txt text eol=lf +fuzzing/fuzz/corpus linguist-vendored