Skip to content

Commit 1d0c206

Browse files
leur-nordicthst-nordic
authored andcommitted
ci: autoscan: fix in the file inclusions and source definition
autoscan: fixes to the sonarcloud properties file Signed-off-by: Leif Harald Urlaub <[email protected]>
1 parent 51138af commit 1d0c206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.sonarcloud.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ sonar.projectName=sdk-nrf
88
sonar.projectVersion=1.0
99

1010
# Path to sources
11-
sonar.sources = .
12-
sonar.exclusions=**/samples/matter/manufacturer_specific/src/default_zap/zap-generated/*
13-
sonar.inclusions=src,include,query_modules
11+
sonar.sources=.
12+
sonar.exclusions=**/cmake/**/*,**/doc/**/*,**/ext/**/*
13+
sonar.inclusions=**/*.c,**/*.h
1414

1515
# Path to tests
1616
sonar.tests = tests/

0 commit comments

Comments
 (0)