forked from project-alice-assistant/ProjectAlice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
25 lines (22 loc) · 932 Bytes
/
Copy pathsonar-project.properties
File metadata and controls
25 lines (22 loc) · 932 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
# suppress inspection "UnusedProperty" for whole file
sonar.projectKey=project-alice-assistant_ProjectAlice
sonar.organization=project-alice-assistant
sonar.python.coverage.reportPaths=./coverage.xml
sonar.exclusions=\
core/interface/static/js/jquery*,\
core/interface/static/js/paho-mqtt-min.js,\
core/interface/static/css/brands.css,\
core/interface/static/css/fontawesome.css,\
core/interface/static/css/regular.css,\
core/interface/static/css/solid.css,\
core/interface/static/css/jquery*,\
core/interface/webfonts/**,\
tests/**
sonar.coverage.exclusions=core/interface/static/js/jquery*
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=ProjectAlice
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=core
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8