Skip to content
Snippets Groups Projects
Commit 5cebc62c authored by ʇǝɯS ǝp ɹǝıɥʇnɐפ's avatar ʇǝɯS ǝp ɹǝıɥʇnɐפ
Browse files

Update SonarQube.md

parent fce3d091
No related branches found
No related tags found
No related merge requests found
......@@ -61,3 +61,15 @@ git clone <repo de mon projet>
3. Installation du plugin FR
4. Créer un projet local
5. SonarLint (intégration vscode)
**Créer un fichier de configuration pour rescan**
```shell
sonar.projectKey=speed # identique à celui copié lors de la création du projet SonarQube
sonar.sources=.
sonar.host.url=http://localhost:9000 # l'url du serveur local
sonar.token=<votre token de projet> # identique à celui donné lors de la création du projet dans sonarQube
sonar.python.version=3.8 #optionnel
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment