From 46fc5a9b5a7e506c17ba12c7f1ffa9a62285ac1e Mon Sep 17 00:00:00 2001
From: Alexandre POCINHO <apo@kereval.com>
Date: Mon, 10 Mar 2025 16:39:50 +0100
Subject: [PATCH] update appplication.conf to remove warning reassignement for
 some "code not found error" message

---
 .../src/main/resources/application.conf              | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gvt-validation-jar/src/main/resources/application.conf b/gvt-validation-jar/src/main/resources/application.conf
index 418203e..e5cc258 100644
--- a/gvt-validation-jar/src/main/resources/application.conf
+++ b/gvt-validation-jar/src/main/resources/application.conf
@@ -15,16 +15,4 @@ report {
     classification = ${report.classification.warning}
   }
 
-  code-not-found-simple {
-    classification = ${report.classification.warning}
-  }
-
-  code-not-found-coded-element {
-    classification = ${report.classification.warning}
-  }
-
-  code-not-found-cs {
-    classification = ${report.classification.warning}
-  }
-
 }
\ No newline at end of file
-- 
GitLab