Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-10-14 16:16:03 +0300
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>2021-10-19 17:05:55 +0300
commit4008bdd295502d60af1073ef53aa5ea45984629c (patch)
tree02c7d722b66d3fcff835d218b48437f48048d9cc
parent426fd2238d5481f20ea373d3e0e352409c36aac7 (diff)
Sonarcloud: Ignore 3rdparty folder
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
-rw-r--r--sonar-project.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
index 133ebf829..d733e8ff6 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,6 +1,7 @@
sonar.projectKey=nextcloud_desktop
sonar.organization=nextcloud
sonar.sources=src
+sonar.exclusions=3rdparty/**
sonar.language=c++
sonar.cfamily.cache.enabled=false
sonar.cfamily.threads=2