mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
Update sonarqube.yml
This commit is contained in:
parent
7f6d3463ce
commit
40aaf9f742
4
.github/workflows/sonarqube.yml
vendored
4
.github/workflows/sonarqube.yml
vendored
@ -26,12 +26,12 @@ jobs:
|
|||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # add the URL of your instance to the secrets of this repo with the name SONAR_HOST_URL (Settings > Secrets > Actions > add new repository secret)
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # add the URL of your instance to the secrets of this repo with the name SONAR_HOST_URL (Settings > Secrets > Actions > add new repository secret)
|
||||||
LC_ALL: "ru_RU.UTF-8"
|
LC_ALL: "ru_RU.UTF-8"
|
||||||
with:
|
with:
|
||||||
# Additional arguments for the sonarcloud scanner
|
projectBaseDir: OInt
|
||||||
args:
|
args:
|
||||||
# Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu)
|
# Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu)
|
||||||
# mandatory
|
# mandatory
|
||||||
-Dsonar.projectKey=OInt,
|
-Dsonar.projectKey=OInt,
|
||||||
-Dsonar.projectBaseDir=OInt
|
-Dsonar.projectBaseDir=.
|
||||||
-Dsonar.sourceEncoding=UTF-8
|
-Dsonar.sourceEncoding=UTF-8
|
||||||
-Dsonar.inclusions=**/*.os
|
-Dsonar.inclusions=**/*.os
|
||||||
# Comma-separated paths to directories containing test source files.
|
# Comma-separated paths to directories containing test source files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user