Skip to content

Commit 36ebafa

Browse files
committed
build: exclude further files
1 parent 7c57102 commit 36ebafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ sonar.tests = src/
55
# Include test files in the test scope
66
sonar.test.inclusions = src/**/*.test.ts
77

8-
# Exclude test and stories files from the source scope
9-
sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts
8+
# Exclude test, stories, icon, lang, and generated files from the source scope
9+
sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts, src/packages/core/icon-registry/**, src/assets/**, src/external/backend-api/**

0 commit comments

Comments
 (0)