]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14008 Document that Analysis Parameters are case sensitive
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Thu, 20 May 2021 19:27:21 +0000 (14:27 -0500)
committersonartech <sonartech@sonarsource.com>
Fri, 21 May 2021 20:03:36 +0000 (20:03 +0000)
server/sonar-docs/src/pages/analysis/analysis-parameters.md
server/sonar-docs/src/pages/project-administration/project-settings.md

index b31e2a099519dab38c3c5a4c4095da246eb4619f..2dd6f93fa48d28e33bbe64c80ffcd4758c5f0604 100644 (file)
@@ -18,6 +18,9 @@ Most of the property keys shown in the interface at both global and project leve
 For language-specific parameters related to test coverage and execution, see [Test Coverage & Execution](/analysis/coverage/).  
 For language-specific parameters related to external issue reports, see [External Issues](/analysis/external-issues/).
 
+[[info]]
+| Analysis parameters are case-sensitive.
+
 ## Mandatory Parameters
 
 ### Server
index dd3f2fc56f643d6b6e22d1985a32c5baf3b2fb82..f14eef9da5a4f1a0bf2e5698cfbc8b542d6aaec2 100644 (file)
@@ -34,7 +34,7 @@ You can also delete multiple projects simultaneously from the global **Project S
 
 The project key can be updated (without losing the history on the project) at **Project Settings > Update Key**.
 
-The new key must contain at least one non-digit character. Allowed characters are: 'a' through 'z', 'A' through 'Z', '-' (dash), '\_' (underscore), '.' (dot), ':' (colon) and digits '0' to '9'.
+The new key must contain at least one non-digit character. Allowed characters are: 'a' through 'z', 'A' through 'Z', '-' (dash), '\_' (underscore), '.' (dot), ':' (colon) and digits '0' to '9'. This value is case-sensitive.
 
 ### Default Issue Assignee