forked from MmgTools/ParMmg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
24 lines (24 loc) · 973 Bytes
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sonar.host.url=https://sonarqube.bordeaux.inria.fr/sonarqube
sonar.links.homepage=
#sonar.links.ci=
sonar.links.scm=https://gitlab.inria.fr/ParMmg/ParMmg.git
sonar.links.issue=https://gitlab.inria.fr/ParMmg/ParMmg/issues
sonar.projectKey=cardamom:parmmg:gitlab:master
sonar.projectDescription=open source software for parallel tridimensional remeshing
sonar.projectVersion=master
sonar.language=c
sonar.sources=./src
sonar.sourceEncoding=UTF-8
sonar.c.suffixes.sources=.c
sonar.c.suffixes.headers=.h
sonar.c.errorRecoveryEnabled=True
sonar.c.includeDirectories=src, build/src
sonar.c.compiler.charset=UTF-8
sonar.c.compiler.parser=GCC
sonar.c.compiler.regex=^(.*):(\d+):\d+: warning: (.*)\[(.*)\]$
sonar.c.compiler.reportPath=parmmg-build.log
sonar.c.coverage.reportPath=parmmg-coverage.xml
sonar.c.cppcheck.reportPath=parmmg-cppcheck.xml
sonar.c.rats.reportPath=parmmg-rats.xml
sonar.c.clangsa.reportPath=*/analyzer_reports/*/*.plist
#sonar.c.vera.reportPath=mmg-vera.xml