You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show Sonarqube issues when browsing files on Sourcegraph.
3
+
Show SonarQube issues when browsing files on Sourcegraph.
4
4
5
5
<p>
6
6
<picture>
@@ -10,41 +10,41 @@ Show Sonarqube issues when browsing files on Sourcegraph.
10
10
</picture>
11
11
</p>
12
12
13
-
➡️ Try it out on [github.com/apache/struts](https://sourcegraph.com/github.com/apache/struts/-/blob/core/src/main/java/org/apache/struts2/action/CspReportAction.java#L60)
13
+
➡️ Try it out on [github.com/apache/struts](https://sourcegraph.com/github.com/apache/struts/-/blob/bundles/admin/src/main/java/org/apache/struts2/osgi/admin/actions/BundlesAction.java#L41)
14
14
15
-
You can toggle decorations with the Sonarqube button in the action toolbar.
16
-
Each decoration links to the issue on Sonarqube.
15
+
You can toggle decorations with the SonarQube button in the action toolbar.
16
+
Each decoration links to the issue on SonarQube.
17
17
18
18
## Configuration
19
19
20
20
The extension can be configured through JSON in user, organization or global settings.
21
21
22
22
```jsonc
23
23
{
24
-
// Configure the extension to use a private Sonarqube instance.
24
+
// Configure the extension to use a private SonarQube instance.
25
25
// By default, Sonarcloud is used.
26
26
"sonarqube.instanceUrl":"https://sonarcloud.io/",
27
-
// An API token to the Sonarqube instance, if needed.
27
+
// An API token to the SonarQube instance, if needed.
28
28
"sonarqube.apiToken":"...",
29
29
30
-
// The Sonarqube extension needs to map the repository on Sourcegraph to a project inside an organization on
31
-
//Sonarqube. The default settings work for most projects on Sonarcloud, but if you have a custom setup, you
30
+
// The SonarQube extension needs to map the repository on Sourcegraph to a project inside an organization on
31
+
//SonarQube. The default settings work for most projects on SonarCloud, but if you have a custom setup, you
32
32
// can configure the following settings.
33
33
34
34
// This regular expression is matched on the repository name. The values from the capture groups are
0 commit comments