From 8e0bf679f15391c6fb667517ce2d3dadbd7b759a Mon Sep 17 00:00:00 2001 From: lucaronin Date: Fri, 13 Mar 2026 08:48:31 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20add=20.codesceneignore=20=E2=80=94=20excl?= =?UTF-8?q?ude=20tools/,=20e2e/,=20tests/,=20scripts/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tools/qmd/node_modules was being analyzed by CodeScene causing artificially low average code health (worst performer at 2.41 was third-party npm code, not our code). Also excluding e2e/, tests/, scripts/ which are support code and should not influence production code health metrics. --- .codesceneignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codesceneignore diff --git a/.codesceneignore b/.codesceneignore new file mode 100644 index 00000000..dc59d400 --- /dev/null +++ b/.codesceneignore @@ -0,0 +1,5 @@ +# Exclude third-party tools and their dependencies from CodeScene analysis +tools/ +e2e/ +tests/ +scripts/