From 5164255aea0db3f113504837a8596cc83cf265bd Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 20 Jun 2024 15:09:41 +0200 Subject: [PATCH] feat(ide): Add Project Default inspection profile This commit includes a new inspection profile named 'Project Default'. This profile is configured to detect duplicated code in TypeScript with a weak warning level. It is enabled by default. --- .idea/inspectionProfiles/Project_Default.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..c53b70e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file