Skip to content

[nrf noup] ci: autoscan: adding the sonarcloud config file #455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This file is used by the SonarCloud GitHub App to configure the SonarCloud Automatic Analysis.
# https://sonarcloud.io/project/overview?id=nrfconnect_sdk-mcuboot

# SonarCloud project details
sonar.projectKey=nrfconnect_sdk-mcuboot
sonar.organization=nrfconnect
sonar.projectName=sdk-mcuboot
sonar.projectVersion=1.0

# Path to sources
sonar.sources = .
sonar.exclusions=
sonar.inclusions=

# Path to tests
sonar.tests =
# sonar.test.exclusions=
# sonar.test.inclusions=

# Exclusions for copy-paste detection
sonar.cpd.exclusions=**/boot/zephyr/**/*

# 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