From fb0b7c70369521e328482acf4f6993b675cfe9ff Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 12 Jul 2024 14:25:16 +0200 Subject: [PATCH] feat: enable DuplicatedCode inspection tool in the project The inspection tool for checking DuplicatedCode has been enabled in the Project_Default.xml file. It's set to give a weak warning for duplication in TypeScript code with a minimum size of 67. This should assist in maintaining quality by preventing repetitive code patterns. --- .idea/inspectionProfiles/Project_Default.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 03d9549..29d5104 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,11 @@ \ No newline at end of file