diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-06-11 12:53:47 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-11 20:21:11 +0200 |
commit | e6baf90770a4f44900288d3dab151b41076f2b1a (patch) | |
tree | 4f6ad4896f1356d2c336b5d052b702d2722aaf27 /server/sonar-docs/src | |
parent | 0f454c1cc4b8c92b24dc4c7865029a5f0d55fb3a (diff) | |
download | sonarqube-e6baf90770a4f44900288d3dab151b41076f2b1a.tar.gz sonarqube-e6baf90770a4f44900288d3dab151b41076f2b1a.zip |
DOC add missing links in deploy-to-mktplce
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/extend/deploying-to-marketplace.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md b/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md index a924717b302..f6f73493381 100644 --- a/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md +++ b/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md @@ -29,7 +29,7 @@ If your plugin meets the following requirements, then you can ask SonarSource (v 1. Your plugin does not compete with existing or soon-to-be-released SonarSource products (sorry, but we gotta pay the bills somehow). 1. It is analyzed on [SonarCloud](https://sonarcloud.io/) and the quality gate is green when doing a release. 1. It is compatible with the platform requirements (e.g. it runs on the minimum listed JRE). -1. If your plugin adds analysis of a language which is not analyzed by any SonarSource analyzer you must provide the NCLOC and NCLOC_DATA metrics, which are both required to make the user experience within SonarQube consistent. You can take a look at how those metrics are provided by SonarJava (NCLOC, NCLOC_DATA). +1. If your plugin adds analysis of a language which is not analyzed by any SonarSource analyzer you must provide the NCLOC and NCLOC_DATA [metrics](/user-guide/metric-definitions/), which are both required to make the user experience within SonarQube consistent. You can take a look at how those metrics are provided by SonarJava ([NCLOC](https://github.com/SonarSource/sonar-java/blob/4cb1065f405edccbb7d229633945b3c56aeab04c/java-frontend/src/main/java/org/sonar/java/Measurer.java#L109), [NCLOC_DATA](https://github.com/SonarSource/sonar-java/blob/4cb1065f405edccbb7d229633945b3c56aeab04c/java-frontend/src/main/java/org/sonar/java/ast/visitors/FileLinesVisitor.java#L101)). 1. Last but not least: your plugin must be aligned with the goal of the SonarQube platform: management of the technical debt and the quality of the code. To be more precise: every feature of SonarQube is tied to the code, so if your plugin provides data that can't be attached to a source or a test file, then there are chances that your plugin won't be accepted in the Marketplace |