From b4f200cb32007e797468700e0aacc42d1ef0be09 Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 3 May 2024 12:01:03 +0200 Subject: [PATCH] feat(inspectionProfiles): increase TypeScript code redundancy threshold The minimum size for the TypeScript language in the duplicated code check has been increased. This update reduces the sensitivity of the code redundancy inspection, potentially reducing false positive results. Signed-off-by: Mathis --- .idea/inspectionProfiles/Project_Default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index a8e3360..7b7a202 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,7 +3,7 @@