We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b574b66 commit a6ce84cCopy full SHA for a6ce84c
sonar-project.properties
@@ -1,6 +1,6 @@
1
# must be unique in a given SonarQube instance
2
-sonar.projectKey=opensource-cli
3
-sonar.organization=sonar-opensource-add
+sonar.projectKey=cli
+# sonar.organization=sonar-opensource-add
4
5
# this is the name displayed in the SonarQube UI
6
sonar.projectName=Command Line Interface for OScript
@@ -16,3 +16,4 @@ sonar.sources=./src
16
sonar.sourceEncoding=UTF-8
17
18
sonar.coverageReportPaths=coverage/genericCoverage.xml
19
+sonar.bsl.languageserver.reportPaths=./bsl-json.json
0 commit comments