Skip to content

Commit ef04ae7

Browse files
committed
Merge branch 'main' into v14/chore/check-paths-in-dist-cms
2 parents 5b99119 + 36ebafa commit ef04ae7

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)