Correct usage of 'sonarqube' with 'Sonarqube'

Also add 'Sonarqube' into vale vocab

Signed-off-by: Neemys <36508659+Neemys@users.noreply.github.com>
This commit is contained in:
Neemys
2022-07-22 18:01:48 +02:00
parent e2be9ab3a4
commit b2b62ab5b6
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ index 1942c36ad1..7fdc48ba24 100644
```
This plugin must be provided with a `SonarqubeInfoProvider`, this is a strategy object for finding sonarqube instances in configuration and retrieving data from an instance.
This plugin must be provided with a `SonarqubeInfoProvider`, this is a strategy object for finding Sonarqube instances in configuration and retrieving data from an instance.
There is a standard one provided (`DefaultSonarqubeInfoProvider`), but the Integrator is free to build their own.
@@ -124,7 +124,7 @@ metadata:
sonarqube.org/project-key: specialProject/YOUR_PROJECT_KEY
```
If the `specialProject/` part is omitted (or replaced with `default/`), the sonarqube instance of name `default` will be used.
If the `specialProject/` part is omitted (or replaced with `default/`), the Sonarqube instance of name `default` will be used.
The following config is an equivalent (but less clear) version of the above: