forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sonarcloud.properties
More file actions
36 lines (28 loc) · 980 Bytes
/
.sonarcloud.properties
File metadata and controls
36 lines (28 loc) · 980 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
30
31
32
33
34
35
36
# This file is used by the SonarCloud GitHub App to configure the SonarCloud Automatic Analysis.
# https://sonarcloud.io/project/overview?id=nrfconnect_sdk-nrf
# SonarCloud project details
sonar.projectKey=nrfconnect_sdk-nrf
sonar.organization=nrfconnect
sonar.projectName=sdk-nrf
sonar.projectVersion=1.0
# Path to sources
sonar.sources=.
sonar.exclusions=tests/**,**/cmake/**/*,**/doc/**/*,**/ext/**/*
sonar.inclusions=
# Path to tests
sonar.tests=tests
# sonar.test.exclusions=
# sonar.test.inclusions=
# Exclusions for copy-paste detection
sonar.cpd.exclusions=**/tests/**/*, **/doc/_utils/redi*,**/zap-generated/**/*
# Python version (for python projects only)
sonar.python.version=3.12
# Source encoding
sonar.sourceEncoding=UTF-8
# Pull Request Options
sonar.pullrequest.github.summary_comment=false
# Language.C
sonar.cfamily.customTargetArch=arm
sonar.cfamily.customTargetVendor=unknown
sonar.cfamily.customTargetSystem=linux
sonar.cfamily.customTargetEnv=gnueabi