aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2018-08-23 08:23:32 -0400
committersonartech <sonartech@sonarsource.com>2018-09-19 10:51:41 +0200
commit8b06fb069fa33596461c4e21cdde4f59b632a20c (patch)
treea1455104623a37243855143d6e1c349b87c85b73 /server/sonar-docs
parent26e6aab3da5364bcb31fa8b23766610464a8781c (diff)
downloadsonarqube-8b06fb069fa33596461c4e21cdde4f59b632a20c.tar.gz
sonarqube-8b06fb069fa33596461c4e21cdde4f59b632a20c.zip
Update docs for 'new code' in SLB
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/branches/index.md2
-rw-r--r--server/sonar-docs/src/pages/branches/short-lived-branches.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/branches/index.md b/server/sonar-docs/src/pages/branches/index.md
index 76cd3c02f97..ffe24b02b98 100644
--- a/server/sonar-docs/src/pages/branches/index.md
+++ b/server/sonar-docs/src/pages/branches/index.md
@@ -25,7 +25,7 @@ This corresponds to Pull/Merge Requests or Feature Branches. This kind of branch
* will disappear quickly
* will be merged rapidly to prevent integration issues
* is developed for a given version, so the version does not change,
- and there is no New Code period concept as such; it's all new code
+ and there is no way to set the New Code period; everything that has been changed in the branch is new code
* tracks all the new issues related to the code that changed on it.
![conceptual illustration of short-lived branches.](/images/short-lived-branch-concept.png)
diff --git a/server/sonar-docs/src/pages/branches/short-lived-branches.md b/server/sonar-docs/src/pages/branches/short-lived-branches.md
index 6b0c5ea4008..8a937009f64 100644
--- a/server/sonar-docs/src/pages/branches/short-lived-branches.md
+++ b/server/sonar-docs/src/pages/branches/short-lived-branches.md
@@ -37,6 +37,6 @@ Branch settings and quality profiles default to those set for the master branch,
## Known Limitations
-* Only the number of bugs, code smells, vulnerabilities and files are computed. As a consequence, you have no way to get a Quality Gate status as such on short-lived branch.
+* Only the issue-focused, hard-coded quality gate is available on a short-lived branch.
* You cannot connect SonarLint to a short-lived branch.
* Analysis of a short-lived branch based on another short-lived branch is not supported.