From 82e64988468b1f7b32ff8b1eb3cadf7823a429e3 Mon Sep 17 00:00:00 2001 From: kostasdano Date: Tue, 24 Sep 2024 10:18:27 +0300 Subject: [PATCH] fix: sonar organization --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 89ae11975..432383d91 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,3 +5,4 @@ sonar.exclusions=docs/**, typeDocs/**, **/__snapshots__/**, **/*.stories.mdx sonar.gitlab.max_critical_issues_gate=4 sonar.coverage.exclusions=**/test/**, **/tests/**, typeDocs/**, docs/**, **/__snapshots__/**, **/*.stories.mdx, **/*.test.{ts,tsx}, **/*.tests.{ts,tsx} sonar.javascript.lcov.reportPaths=./coverage/lcov.info +sonar.organization=orfium \ No newline at end of file