diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2018-07-25 17:51:21 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-07-25 20:21:22 +0200 |
commit | e324153b7312e567ccdd982f788908a923358744 (patch) | |
tree | 274aa274fefc2afa5ec5b3a3f9db7bc6aed50c04 /server/sonar-docs/src | |
parent | 2ff99c45912a24526f58eb38588db3c55881c9e8 (diff) | |
download | sonarqube-e324153b7312e567ccdd982f788908a923358744.tar.gz sonarqube-e324153b7312e567ccdd982f788908a923358744.zip |
Clarify how LOCs are counted on SonarCloud
[skip ci]
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/sonarcloud-pricing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/sonarcloud-pricing.md b/server/sonar-docs/src/pages/sonarcloud-pricing.md index 5ad8cdc48da..e38c41a713a 100644 --- a/server/sonar-docs/src/pages/sonarcloud-pricing.md +++ b/server/sonar-docs/src/pages/sonarcloud-pricing.md @@ -62,7 +62,7 @@ LOCs are computed by summing up the LOCs of each project analyzed in SonarCloud. ## How are Lines of Code (LOCs) counted towards billing? -Only LOC from your private projects are counted toward your maximum number of LOCs. +Only LOC from your private projects are counted toward your maximum number of LOCs. If your project contains branches, the counted LOCs are the ones of the biggest branch. The count is not related to how frequently the source code is analyzed. If your private project has a 6K LOCs and you analyze it 100 times in the month, this will be counted as 6K for the billing. |