-
Notifications
You must be signed in to change notification settings - Fork 5
/
sonar-project.properties
44 lines (32 loc) · 1.51 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
sonar.projectKey=matusso_libssllabs
sonar.organization=matusso
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=libssllabs
sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
# to enable multithreaded analysis
# please specify the number of threads to use
# by setting the following property to your analysis:
sonar.cfamily.threads=4
# The plugin is able to cache results of analysis and reuse them during another analysis. This has the benefit to speed-up subsequent analysis by analyzing only things that changed between two analyses.
sonar.cfamily.cache.enabled=false
# Path to source directories (comma-separated list)
sonar.sources=src
# Path to your C++ header files (comma-separated list)
sonar.cxx.include_directories=include
# Encoding of the source files
sonar.sourceEncoding=UTF-8
# Language
sonar.language=c++
# Use this if you have a specific build tool (optional)
sonar.cfamily.build-wrapper-output=build/build_wrapper_directory
# If you're using GCC or Clang, provide the path to the compilation database (optional)
# sonar.cfamily.compile-commands=compile_commands.json
# Additional properties (optional)
# sonar.projectDescription=Project description
#sonar.links.ci=https://link.to.your.ci.server
sonar.links.scm=https://github.com/matusso/libssllabs
sonar.links.issue=https://github.com/matusso/libssllabs/issues