]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS add importing issues to nav
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 1 Apr 2020 19:23:55 +0000 (14:23 -0500)
committersonartech <sonartech@sonarsource.com>
Tue, 7 Apr 2020 20:03:22 +0000 (20:03 +0000)
server/sonar-docs/src/pages/analysis/external-issues.md
server/sonar-docs/src/pages/analysis/generic-issue.md
server/sonar-docs/static/SonarQubeNavigationTree.json
server/sonar-docs/static/StaticNavigationTree.json

index 8e91299e463d7550e27d98854a6074ba71c5d89a..61a4bd6663a3021531484693be15a2c71bad7607 100644 (file)
@@ -1,11 +1,11 @@
 ---
-title: Importing External Issues
+title: Importing Third-Party Issues
 url: /analysis/external-issues/
 ---
 
-This page lists analysis parameters related to the import of issues raised by external, third-party analyzers. For more other parameters, see [Analysis Parameters](/analysis/analysis-parameters/).
+This page lists analysis parameters related to the import of issues raised by external, third-party analyzers. If your analyzer isn't on this page, see the [Generic Issue Import Format](/analysis/generic-issue/) for a generic way to import external issues.
 
-SonarSource analyzers do not run your external analyzers or generate reports. They only import pre-generated reports. Below you'll find language- and tool-specific analysis parameters for importing reports generated by external analyzers.
+SonarSource analyzers do not run your external analyzers or generate reports. They only import pre-generated reports. Below you'll find language- and tool-specific analysis parameters for importing reports generated by external analyzers. 
 
 In the [Guides](https://community.sonarsource.com/c/announce/guides) category of the [SonarSource Community forum](https://community.sonarsource.com/) you might find instructions on generating these reports.
 
index 6028d9f16d47fe6bd474dd33469c9b93d06b5cd3..6aa093e9a94a174f9f09b3938112c422c9fd8c2b 100644 (file)
@@ -1,14 +1,14 @@
 ---
-title: Generic Issue Data
+title: Generic Issue Import Format
 url: /analysis/generic-issue/
 ---
 
-{instance} supports a generic import format for raising "external" issues in code. It is intended to allow you to import the issues from your favorite linter even if no plugin exists for it.
+SonarQube supports a generic import format for raising external issues in code. You can use this format to import issues from your favorite linter even if there's no plugin for it. SonarQube also supports many third-party issue report formats, see [Importing Third-Party Issues](/analysis/external-issues/) for more information.
 
-External issues suffer from two important limitations:
+There are a couple of limitations with importing external issues:
 
-* they cannot be managed within {instance}; for instance, there is no ability to mark them False Positive.
-* the activation of the rules that raise these issues cannot be managed within {instance}. In fact, external rules are not visible in the Rules page or reflected in any Quality Profile.
+* you can't manage them within SonarQube; for instance, there is no ability to mark them False Positive.
+* you can't manage the activation of the rules that raise these issues within SonarQube. External rules aren't visible on the Rules page or reflected in Quality Profiles.
 
 External issues and the rules that raise them must be managed in the configuration of your linter. 
 
index 98a1b74da88c780e519b5e4ecd9998eb90dfda62..1753604a17c47ef786c1ebefc4298bf12c810283 100644 (file)
         ]
       },
       "/analysis/coverage/",
-      "/analysis/external-issues/",
+      {
+        "title": "Importing External Issues",
+        "children": [
+                 "/analysis/external-issues/",
+                 "/analysis/generic-issue/"
+               ]
+      },
       "/analysis/background-tasks/",
-      "/analysis/generic-issue/",
       "/analysis/generic-test/",
       {
         "title": "Pull Request Analysis",
index 0159cf2672c050cf47ffba84590403ce17eeb21e..95edbd1d488e1d761b97c2f76b23c96a3fa902b9 100644 (file)
         ]
       },
       "/analysis/coverage/",
-      "/analysis/external-issues/",
+      {
+        "title": "Importing External Issues",
+        "children": [
+                 "/analysis/external-issues/",
+                 "/analysis/generic-issue/"
+               ]
+      },
       "/analysis/background-tasks/",
-      "/analysis/generic-issue/",
       "/analysis/generic-test/",
          {
         "title": "Pull Request Analysis",