diff options
author | Lukasz Jarocki <lukasz.jarocki@sonarsource.com> | 2022-03-22 14:14:34 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-22 20:02:36 +0000 |
commit | 0189114d0fa0e4b18a43eb9dfc13faf4854eec12 (patch) | |
tree | f7bd857ca6b31e0c01126bfeba3216ed3a97c2d6 /server/sonar-docs/src/pages | |
parent | f4f534a3e9d04cadf4fd1fa85e0ce8d004c47c83 (diff) | |
download | sonarqube-0189114d0fa0e4b18a43eb9dfc13faf4854eec12.tar.gz sonarqube-0189114d0fa0e4b18a43eb9dfc13faf4854eec12.zip |
SONAR-16072 improved documentation
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r-- | server/sonar-docs/src/pages/instance-administration/license-manager.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/instance-administration/license-manager.md b/server/sonar-docs/src/pages/instance-administration/license-manager.md index ecef0fe8077..11f2dbae621 100644 --- a/server/sonar-docs/src/pages/instance-administration/license-manager.md +++ b/server/sonar-docs/src/pages/instance-administration/license-manager.md @@ -23,7 +23,7 @@ By clicking the **Set new license** button, you can set a new license to enable ### Lines of Code consumption Under **Lines of Code**, the gauge shows how many lines of code (LOC) you are currently scanning and how close you are to your limit. If you're near your limit, you may need to purchase additional LOCs. -For a given project, the lines of code that count towards License Usage are those of the largest branch. Lines of test code do not count towards your License Usage. +For a given project, the lines of code that count towards License Usage are those of the largest branch (or pull request). Lines of test code do not count towards your License Usage. For example: - If a project has 100 lines of code on its main branch and 200 on a secondary branch, then the number of LOCs counted for the project is 200 |