From 25b573d3a405b01d97c25da7c14db3edcbfa4378 Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 25 Apr 2024 12:20:31 +0200 Subject: [PATCH] feat(others): enhance VCS XML with commit message inspection tools This commit augments the VCS XML with "CommitMessageInspectionProfile". It enables two inspection tools: "CommitFormat" and "CommitNamingConvention", meant to enforce commit standards and conventions within the project. These tools will raise a warning when they detect a violation. Signed-off-by: Mathis --- .idea/vcs.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..7ddfc9e 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,5 +1,11 @@ + + + + + +