build: exclude further files

This commit is contained in:
Jacob Overgaard
2024-07-25 16:12:00 +02:00
parent 78a571705a
commit 70ff672928

View File

@@ -5,5 +5,5 @@ sonar.tests = src/
# Include test files in the test scope
sonar.test.inclusions = src/**/*.test.ts
# Exclude test and stories files from the source scope
sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts
# Exclude test, stories, icon, lang, and generated files from the source scope
sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts, src/packages/core/icon-registry/**, src/assets/**, src/external/backend-api/**