-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
29 lines (20 loc) · 871 Bytes
/
sonar-project.properties
File metadata and controls
29 lines (20 loc) · 871 Bytes
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
sonar.projectKey=Sidelobe_MemorySentinel
sonar.organization=idelobe
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=AudioTraits
#sonar.projectVersion=1.0
sonar.language=cpp
sonar.c.file.suffixes=.c,.h
sonar.cpp.file.suffixes=.cpp,.hpp
# Config of C++ plugin
#sonar.cfamily.threads=2
#sonar.cfamily.build-wrapper-output=deploy/build/bw-output
# Coverage Report
sonar.coverageReportPaths=deploy/report/coverage.xml
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since we have a header-only library, we must add the test files as sources: sonar's entry points are compilation units.
sonar.sources=source,test/MemorySentinelTests.cpp
sonar.coverage.exclusions=test/**
#sonar.issue.ignore.allfile