From bbf9d3ea4bdc9538b21cf41cd364a69b0a4614ec Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:48:09 +0300 Subject: [PATCH] Update sonarqube.yml --- .github/workflows/sonarqube.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index b645a97aae..7040ea5544 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -30,8 +30,7 @@ jobs: args: # Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu) # mandatory - -Dsonar.projectKey=OInt, - -Dsonar.projectBaseDir=. + -Dsonar.projectKey=OInt -Dsonar.sourceEncoding=UTF-8 -Dsonar.inclusions=**/*.os # Comma-separated paths to directories containing test source files.