From 25a2f2f29cc108a036beaaf57635b40659bf7157 Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Fri, 27 Dec 2024 08:30:09 -0800 Subject: [PATCH] rm mulesoft-specific workaround from sonarqube config. this issue has been resolved sonarqube-side by reconfiguring Mule-specific settings there - the file suffix has been updated from .xml to .mule. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0261d1ad93..1ac91e204e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,8 +149,6 @@ jobs: # https://community.sonarsource.com/t/xml-file-extension-is-binded-to-multiple-language/41745/4 args: > -Dsonar.projectKey=ilios_frontend_27a24e39-b0ec-405a-91a6-b6392ffcdd30 - -Dsonar.lang.patterns.mule=- - -Dsonar.excludePlugins=mule upload-coverage: name: Upload Coverage