diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2020-04-01 14:23:55 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-04-07 20:03:22 +0000 |
commit | 08b1e87028ffea85c87ec67e25d8edf113d931a1 (patch) | |
tree | 8c4ef2eba3da12bd1246ea42791d127b0026ee00 /server/sonar-docs/src/pages/analysis | |
parent | 956e42f0f363cd76b45a10e5b6890a17c943f446 (diff) | |
download | sonarqube-08b1e87028ffea85c87ec67e25d8edf113d931a1.tar.gz sonarqube-08b1e87028ffea85c87ec67e25d8edf113d931a1.zip |
DOCS add importing issues to nav
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/external-issues.md | 6 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/analysis/generic-issue.md | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/server/sonar-docs/src/pages/analysis/external-issues.md b/server/sonar-docs/src/pages/analysis/external-issues.md index 8e91299e463..61a4bd6663a 100644 --- a/server/sonar-docs/src/pages/analysis/external-issues.md +++ b/server/sonar-docs/src/pages/analysis/external-issues.md @@ -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. diff --git a/server/sonar-docs/src/pages/analysis/generic-issue.md b/server/sonar-docs/src/pages/analysis/generic-issue.md index 6028d9f16d4..6aa093e9a94 100644 --- a/server/sonar-docs/src/pages/analysis/generic-issue.md +++ b/server/sonar-docs/src/pages/analysis/generic-issue.md @@ -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. |